Spaces:
Sleeping
Sleeping
try change py path
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
FROM ubuntu:18.04
|
| 2 |
-
RUN apt-get -y update && apt
|
| 3 |
-
&& add-apt-repository ppa:deadsnakes/ppa && apt install python3.10 && python3-pip
|
| 4 |
|
| 5 |
# Set home to the user's home directory
|
| 6 |
ENV HOME=/home/user
|
|
|
|
| 1 |
FROM ubuntu:18.04
|
| 2 |
+
RUN apt-get -y update && apt-get install software-properties-common \
|
| 3 |
+
&& add-apt-repository ppa:deadsnakes/ppa && apt-get install python3.10 && apt-get install python3-pip
|
| 4 |
|
| 5 |
# Set home to the user's home directory
|
| 6 |
ENV HOME=/home/user
|