sbrandeis HF staff commited on
Commit
58d1e7f
·
verified ·
1 Parent(s): 809c9c6

Update OS requirement for Docker Spaces

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -48,7 +48,7 @@ The dev mode is currently not available for static Spaces.
48
 
49
  Dev mode is supported for Docker Spaces. However, your Space needs to comply with the following rules for the Dev mode to work properly:
50
 
51
- - The operating system must be debian-based (Ubuntu, Fedora for ex).
52
  - The Dockerfile must contain a `CMD` instruction for startup.
53
 
54
  Checkout [Docker's documentation](https://docs.docker.com/reference/dockerfile/#cmd) about the `CMD` instruction for more details.
 
48
 
49
  Dev mode is supported for Docker Spaces. However, your Space needs to comply with the following rules for the Dev mode to work properly:
50
 
51
+ - `apt-get` must be installed in the container (base images such as `debian` or `ubuntu` have that package by default).
52
  - The Dockerfile must contain a `CMD` instruction for startup.
53
 
54
  Checkout [Docker's documentation](https://docs.docker.com/reference/dockerfile/#cmd) about the `CMD` instruction for more details.