myyim commited on
Commit
17408d1
·
verified ·
1 Parent(s): 1b7dad9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -4,6 +4,9 @@
4
 
5
  FROM python:3.9
6
 
 
 
 
7
  # The two following lines are requirements for the Dev Mode to be functional
8
  # Learn more about the Dev Mode at https://huggingface.co/dev-mode-explorers
9
  RUN useradd -m -u 1000 user
 
4
 
5
  FROM python:3.9
6
 
7
+ # Install Python 3 and its package manager
8
+ RUN apt-get update && apt-get install -y python3 python3-pip
9
+
10
  # The two following lines are requirements for the Dev Mode to be functional
11
  # Learn more about the Dev Mode at https://huggingface.co/dev-mode-explorers
12
  RUN useradd -m -u 1000 user