Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -34,14 +34,14 @@ ENV HOME=/home/user \
|
|
| 34 |
GRADIO_NUM_PORTS=1 \
|
| 35 |
GRADIO_SERVER_NAME=0.0.0.0 \
|
| 36 |
GRADIO_THEME=huggingface \
|
| 37 |
-
GRADIO_SHARE=
|
| 38 |
SYSTEM=spaces
|
| 39 |
|
| 40 |
# Set the working directory to the user's home directory
|
| 41 |
WORKDIR $HOME/app
|
| 42 |
|
| 43 |
# Clone your repository or add your code to the container
|
| 44 |
-
RUN git clone -b main https://github.com/
|
| 45 |
|
| 46 |
# Install specific versions of PyTorch and TorchVision
|
| 47 |
RUN pip install torch==2.0.0+cu117 torchvision==0.15.0+cu117 -f https://download.pytorch.org/whl/torch_stable.html
|
|
|
|
| 34 |
GRADIO_NUM_PORTS=1 \
|
| 35 |
GRADIO_SERVER_NAME=0.0.0.0 \
|
| 36 |
GRADIO_THEME=huggingface \
|
| 37 |
+
GRADIO_SHARE=True \
|
| 38 |
SYSTEM=spaces
|
| 39 |
|
| 40 |
# Set the working directory to the user's home directory
|
| 41 |
WORKDIR $HOME/app
|
| 42 |
|
| 43 |
# Clone your repository or add your code to the container
|
| 44 |
+
RUN git clone -b main https://github.com/ashpexx/make-vid-talk $HOME/app
|
| 45 |
|
| 46 |
# Install specific versions of PyTorch and TorchVision
|
| 47 |
RUN pip install torch==2.0.0+cu117 torchvision==0.15.0+cu117 -f https://download.pytorch.org/whl/torch_stable.html
|