AZILS commited on
Commit
659e17c
·
verified ·
1 Parent(s): 30d59f2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 - you can replace this with your actual startup script
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"]