Spaces:
Running
on
T4
Running
on
T4
praeclarumjj3
commited on
Commit
•
954473c
1
Parent(s):
4d7a13c
Install python
Browse files- Dockerfile +4 -0
Dockerfile
CHANGED
@@ -13,6 +13,10 @@ RUN apt-get update && apt-get install -y \
|
|
13 |
RUN useradd -ms /bin/bash admin
|
14 |
USER admin
|
15 |
|
|
|
|
|
|
|
|
|
16 |
# ENV HOME=/home/user \
|
17 |
# PATH=/home/user/.local/bin:$PATH
|
18 |
|
|
|
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 |
|