Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -32,5 +32,5 @@ RUN apt-get update && apt-get install -y \
|
|
| 32 |
# Expose Hugging Face Spaces default port
|
| 33 |
EXPOSE 7860
|
| 34 |
|
| 35 |
-
# Default command
|
| 36 |
-
CMD ["antigravity"]
|
|
|
|
| 32 |
# Expose Hugging Face Spaces default port
|
| 33 |
EXPOSE 7860
|
| 34 |
|
| 35 |
+
# Default command with required flags for running as root
|
| 36 |
+
CMD ["antigravity", "--no-sandbox", "--user-data-dir=/tmp/antigravity-data"]
|