Gregniuki commited on
Commit
38b855a
·
1 Parent(s): 064fc60

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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-slim
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 && \