Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -3,7 +3,7 @@ FROM python:3.9
|
|
3 |
WORKDIR /code
|
4 |
RUN pip install --upgrade pip
|
5 |
RUN pip install gradio
|
6 |
-
RUN pip install --no-cache-dir --upgrade
|
7 |
|
8 |
COPY . .
|
9 |
|
|
|
3 |
WORKDIR /code
|
4 |
RUN pip install --upgrade pip
|
5 |
RUN pip install gradio
|
6 |
+
RUN pip install --no-cache-dir --upgrade gradio
|
7 |
|
8 |
COPY . .
|
9 |
|