Created
December 12, 2019 04:44
-
-
Save nongiach/cdcac327d4281e121e3a5d07d6272c8b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM python:3.7 | |
RUN apt update -y && apt install mono-devel -y | |
RUN git clone https://github.com/mhaskar/Octopus && \ | |
cd Octopus && \ | |
pip3 install -r requirements.txt \ | |
&& rm -rf /var/lib/apt/lists/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment