aryo100 commited on
Commit
7643dab
·
1 Parent(s): 5a50252

update dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -14,7 +14,6 @@ RUN apt-get update && \
14
  curl \
15
  && rm -rf /var/lib/apt/lists/*
16
 
17
- RUN pip install --upgrade pip setuptools wheel
18
  RUN pip install --no-cache-dir -r requirements/main.txt
19
 
20
  EXPOSE 7860
 
14
  curl \
15
  && rm -rf /var/lib/apt/lists/*
16
 
 
17
  RUN pip install --no-cache-dir -r requirements/main.txt
18
 
19
  EXPOSE 7860