enemy7 commited on
Commit
517ef7a
·
1 Parent(s): e92abf4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -35,7 +35,7 @@ RUN apt-get update && apt-get upgrade -y
35
  # RUN service ssh start
36
 
37
  COPY . .
38
- RUN pip install -r requirements.txt
39
 
40
 
41
 
 
35
  # RUN service ssh start
36
 
37
  COPY . .
38
+ RUN python -m pip install -r requirements.txt
39
 
40
 
41