J007acky commited on
Commit
a8de517
·
1 Parent(s): 6601e8f
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -10,11 +10,10 @@ RUN apt-get update && \
10
 
11
  RUN pip install --upgrade pip
12
 
13
- RUN apt-get install cmake
14
 
15
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
16
 
17
- RUN pip install --upgrade requests
18
 
19
  RUN useradd -m -u 1000 user
20
 
 
10
 
11
  RUN pip install --upgrade pip
12
 
13
+
14
 
15
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
16
 
 
17
 
18
  RUN useradd -m -u 1000 user
19