Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
# read the doc: https://huggingface.co/docs/hub/spaces-sdks-docker
|
2 |
# you will also find guides on how best to write your Dockerfile
|
3 |
-
FROM debian:bullseye
|
4 |
|
5 |
RUN dpkg --add-architecture amd64
|
6 |
RUN apt-get update && \
|
|
|
1 |
# read the doc: https://huggingface.co/docs/hub/spaces-sdks-docker
|
2 |
# you will also find guides on how best to write your Dockerfile
|
3 |
+
FROM debian:bullseye
|
4 |
|
5 |
RUN dpkg --add-architecture amd64
|
6 |
RUN apt-get update && \
|