Paolo-Fraccaro
commited on
Commit
•
6c469a0
1
Parent(s):
749ad68
fix docker
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -15,7 +15,7 @@ WORKDIR /code
|
|
15 |
COPY ./requirements.txt /code/requirements.txt
|
16 |
|
17 |
# add conda
|
18 |
-
RUN
|
19 |
RUN chmod 777 /code/Miniconda3-latest-Linux-x86_64.sh
|
20 |
|
21 |
|
|
|
15 |
COPY ./requirements.txt /code/requirements.txt
|
16 |
|
17 |
# add conda
|
18 |
+
RUN wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh /code/
|
19 |
RUN chmod 777 /code/Miniconda3-latest-Linux-x86_64.sh
|
20 |
|
21 |
|