Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +4 -4
Dockerfile
CHANGED
@@ -9,10 +9,10 @@ RUN apt-get update && apt-get install -y \
|
|
9 |
|
10 |
# Install Python dependencies
|
11 |
RUN pip install --no-cache-dir \
|
12 |
-
torch
|
13 |
-
torchvision
|
14 |
-
torchaudio
|
15 |
-
gradio
|
16 |
tqdm \
|
17 |
pillow \
|
18 |
numpy
|
|
|
9 |
|
10 |
# Install Python dependencies
|
11 |
RUN pip install --no-cache-dir \
|
12 |
+
torch \
|
13 |
+
torchvision \
|
14 |
+
torchaudio \
|
15 |
+
gradio \
|
16 |
tqdm \
|
17 |
pillow \
|
18 |
numpy
|