Spaces:
Running
on
T4
Running
on
T4
Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
@@ -12,8 +12,6 @@ RUN apt-get update
|
|
12 |
|
13 |
RUN apt-get install -y python3 python3-pip git
|
14 |
|
15 |
-
RUN python -m pip install --upgrade pip
|
16 |
-
|
17 |
WORKDIR /code
|
18 |
|
19 |
COPY ./requirements.txt /code/requirements.txt
|
|
|
12 |
|
13 |
RUN apt-get install -y python3 python3-pip git
|
14 |
|
|
|
|
|
15 |
WORKDIR /code
|
16 |
|
17 |
COPY ./requirements.txt /code/requirements.txt
|