Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
# you will also find guides on how best to write your Dockerfile
|
3 |
|
4 |
FROM python:3.9
|
5 |
-
RUN pip install -
|
6 |
|
7 |
RUN mkdir /dep
|
8 |
WORKDIR /dep
|
|
|
2 |
# you will also find guides on how best to write your Dockerfile
|
3 |
|
4 |
FROM python:3.9
|
5 |
+
RUN pip install --no-cache-dir --upgrade pip
|
6 |
|
7 |
RUN mkdir /dep
|
8 |
WORKDIR /dep
|