Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -15,5 +15,7 @@ RUN apt-get update && \
|
|
| 15 |
pip3 install --no-cache-dir -r /root/requirements.txt
|
| 16 |
|
| 17 |
RUN pip install datasets==1.13.3 huggingface-hub==0.0.16
|
|
|
|
|
|
|
| 18 |
|
| 19 |
|
|
|
|
| 15 |
pip3 install --no-cache-dir -r /root/requirements.txt
|
| 16 |
|
| 17 |
RUN pip install datasets==1.13.3 huggingface-hub==0.0.16
|
| 18 |
+
docker build -t my-image-name --mount=type=bind,source="$(pwd)"/packages.txt,target=/root/packages.txt -f Dockerfile .
|
| 19 |
+
|
| 20 |
|
| 21 |
|