Paolo-Fraccaro
commited on
Commit
•
e3fb760
1
Parent(s):
4439850
clean docker
Browse files- Dockerfile +0 -5
Dockerfile
CHANGED
@@ -12,13 +12,8 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
|
|
12 |
|
13 |
RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
|
14 |
|
15 |
-
# RUN echo $(ls /run/secrets/)
|
16 |
-
|
17 |
-
|
18 |
WORKDIR /code
|
19 |
|
20 |
-
# COPY ./requirements.txt /code/requirements.txt
|
21 |
-
|
22 |
# add conda
|
23 |
RUN wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -P /code/
|
24 |
RUN chmod 777 /code/Miniconda3-latest-Linux-x86_64.sh
|
|
|
12 |
|
13 |
RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
|
14 |
|
|
|
|
|
|
|
15 |
WORKDIR /code
|
16 |
|
|
|
|
|
17 |
# add conda
|
18 |
RUN wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -P /code/
|
19 |
RUN chmod 777 /code/Miniconda3-latest-Linux-x86_64.sh
|