Commit
·
64c2e38
1
Parent(s):
31d7e58
fix path
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -19,7 +19,7 @@ COPY ./requirements.txt /code/requirements.txt
|
|
19 |
RUN wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -P /code/
|
20 |
RUN chmod 777 /code/Miniconda3-latest-Linux-x86_64.sh
|
21 |
RUN /code/Miniconda3-latest-Linux-x86_64.sh -b -p /code/miniconda
|
22 |
-
ENV PATH="/miniconda/bin:${PATH}"
|
23 |
|
24 |
|
25 |
# Set up a new user named "user" with user ID 1000
|
|
|
19 |
RUN wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -P /code/
|
20 |
RUN chmod 777 /code/Miniconda3-latest-Linux-x86_64.sh
|
21 |
RUN /code/Miniconda3-latest-Linux-x86_64.sh -b -p /code/miniconda
|
22 |
+
ENV PATH="/code/miniconda/bin:${PATH}"
|
23 |
|
24 |
|
25 |
# Set up a new user named "user" with user ID 1000
|