Spaces:
Running
Running
Synced repo using 'sync_with_huggingface' Github Action
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
|
@@ -4,8 +4,6 @@ WORKDIR /code
|
|
| 4 |
|
| 5 |
COPY ./requirements.txt /code/requirements.txt
|
| 6 |
|
| 7 |
-
RUN chown -R user:user /code
|
| 8 |
-
|
| 9 |
RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
|
| 10 |
|
| 11 |
RUN pip install torch==1.9.0+cpu torchvision==0.10.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
|
|
|
|
| 4 |
|
| 5 |
COPY ./requirements.txt /code/requirements.txt
|
| 6 |
|
|
|
|
|
|
|
| 7 |
RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
|
| 8 |
|
| 9 |
RUN pip install torch==1.9.0+cpu torchvision==0.10.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
|