Spaces:
Runtime error
Runtime error
Jitesh Jain
commited on
Commit
·
89b7fb7
1
Parent(s):
954473c
Install python
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
|
@@ -10,13 +10,13 @@ RUN apt-get update && apt-get install -y \
|
|
| 10 |
ffmpeg libsm6 libxext6 cmake libgl1-mesa-glx \
|
| 11 |
&& rm -rf /var/lib/apt/lists/*
|
| 12 |
|
| 13 |
-
RUN useradd -ms /bin/bash admin
|
| 14 |
-
USER admin
|
| 15 |
-
|
| 16 |
RUN apt-get -y update
|
| 17 |
RUN apt-get -y install python3
|
| 18 |
RUN apt-get -y install python3-pip
|
| 19 |
|
|
|
|
|
|
|
|
|
|
| 20 |
# ENV HOME=/home/user \
|
| 21 |
# PATH=/home/user/.local/bin:$PATH
|
| 22 |
|
|
|
|
| 10 |
ffmpeg libsm6 libxext6 cmake libgl1-mesa-glx \
|
| 11 |
&& rm -rf /var/lib/apt/lists/*
|
| 12 |
|
|
|
|
|
|
|
|
|
|
| 13 |
RUN apt-get -y update
|
| 14 |
RUN apt-get -y install python3
|
| 15 |
RUN apt-get -y install python3-pip
|
| 16 |
|
| 17 |
+
RUN useradd -ms /bin/bash admin
|
| 18 |
+
USER admin
|
| 19 |
+
|
| 20 |
# ENV HOME=/home/user \
|
| 21 |
# PATH=/home/user/.local/bin:$PATH
|
| 22 |
|