sbrandeis HF staff commited on
Commit
809c9c6
1 Parent(s): 77a2016

Update limitations about Docker Spaces

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -42,5 +42,14 @@ Go to your Space's settings and click on "Enable dev mode".
42
 
43
  ## Limitations
44
 
45
- The dev mode is currently only available for Gradio and Streamlit Spaces.
 
 
 
 
 
 
 
 
 
46
 
 
42
 
43
  ## Limitations
44
 
45
+ The dev mode is currently not available for static Spaces.
46
+
47
+ ### Docker 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.
55