Wauplin HF Staff commited on
Commit
8024f27
·
1 Parent(s): e464d27
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@ FROM python:3.10
2
 
3
  WORKDIR /code
4
 
5
- RUN pip install --no-cache-dir --upgrade -r https://gradio-builds.s3.amazonaws.com/f4d696f71f3fc2f5fd8f9d5f5287cb1d27ef93d4/gradio-3.39.0-py3-none-any.whl
6
 
7
  COPY . .
8
 
 
2
 
3
  WORKDIR /code
4
 
5
+ RUN pip install --no-cache-dir https://gradio-builds.s3.amazonaws.com/f4d696f71f3fc2f5fd8f9d5f5287cb1d27ef93d4/gradio-3.39.0-py3-none-any.whl
6
 
7
  COPY . .
8