Spaces:
Running
Running
Jagrut Thakare
commited on
Commit
·
822276c
1
Parent(s):
31f425e
v11
Browse files- Dockerfile +1 -0
- requirements.txt +0 -2
Dockerfile
CHANGED
@@ -28,6 +28,7 @@ WORKDIR /home/user/app
|
|
28 |
# Copy files and install only Gradio
|
29 |
COPY --chown=user:user . /home/user/app
|
30 |
|
|
|
31 |
RUN pip install --user --no-cache-dir -r requirements.txt
|
32 |
|
33 |
COPY download_models.sh .
|
|
|
28 |
# Copy files and install only Gradio
|
29 |
COPY --chown=user:user . /home/user/app
|
30 |
|
31 |
+
RUN pip install --user --no-cache-dir pydantic==2.8.2 gradio
|
32 |
RUN pip install --user --no-cache-dir -r requirements.txt
|
33 |
|
34 |
COPY download_models.sh .
|
requirements.txt
CHANGED
@@ -2,8 +2,6 @@ torch
|
|
2 |
torchvision
|
3 |
torchaudio
|
4 |
--index-url https://download.pytorch.org/whl/cu118
|
5 |
-
pydantic==2.8.2
|
6 |
-
gradio
|
7 |
mxnet-cu112
|
8 |
numpy
|
9 |
onnx
|
|
|
2 |
torchvision
|
3 |
torchaudio
|
4 |
--index-url https://download.pytorch.org/whl/cu118
|
|
|
|
|
5 |
mxnet-cu112
|
6 |
numpy
|
7 |
onnx
|