MindPruning commited on
Commit
41ebe2e
·
verified ·
1 Parent(s): 1b9a711

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ COPY . .
6
 
7
  RUN apt-get update && apt-get install -y wget git
8
 
9
- pip install --upgrade pip setuptools wheel
10
 
11
  RUN pip install --upgrade pip setuptools wheel
12
 
 
6
 
7
  RUN apt-get update && apt-get install -y wget git
8
 
9
+ RUN pip install --upgrade pip setuptools wheel
10
 
11
  RUN pip install --upgrade pip setuptools wheel
12