tkgray commited on
Commit
f355e4e
·
verified ·
1 Parent(s): 9571ba1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -6
Dockerfile CHANGED
@@ -5,9 +5,3 @@ FROM itzcrazykns1337/vane:latest
5
  ENV PORT=7860
6
  EXPOSE 7860
7
 
8
- # Define the persistent volume
9
- VOLUME /data
10
-
11
- # Fix permissions: Hugging Face runs as user 1000.
12
- # We make both the app directory and the data directory accessible.
13
- RUN chmod -R 777 /home/vane /data
 
5
  ENV PORT=7860
6
  EXPOSE 7860
7