umgefahren
commited on
Commit
·
2dfde65
1
Parent(s):
550eb76
Run conda install
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -15,6 +15,8 @@ RUN apt-get install -y build-essential ffmpeg libsm6 libxext6
|
|
15 |
RUN apt-get update
|
16 |
RUN apt-get install -t unstable -y gdal-bin libgdal-dev
|
17 |
|
|
|
|
|
18 |
RUN mkdir -p /data
|
19 |
|
20 |
RUN chmod 777 /data
|
@@ -23,8 +25,6 @@ RUN useradd -m -u 1000 user
|
|
23 |
|
24 |
USER user
|
25 |
|
26 |
-
RUN conda install -y python=3.10
|
27 |
-
|
28 |
ENV HOME=/home/user \
|
29 |
PATH=/home/user/.local/bin:$PATH
|
30 |
|
|
|
15 |
RUN apt-get update
|
16 |
RUN apt-get install -t unstable -y gdal-bin libgdal-dev
|
17 |
|
18 |
+
RUN conda install -y python=3.10
|
19 |
+
|
20 |
RUN mkdir -p /data
|
21 |
|
22 |
RUN chmod 777 /data
|
|
|
25 |
|
26 |
USER user
|
27 |
|
|
|
|
|
28 |
ENV HOME=/home/user \
|
29 |
PATH=/home/user/.local/bin:$PATH
|
30 |
|