microhum commited on
Commit
1396d10
·
1 Parent(s): 06364a6

try change py path

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,6 +1,6 @@
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 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