deeme commited on
Commit
0d0a4c0
·
verified ·
1 Parent(s): 03d4999

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +6 -1
Dockerfile CHANGED
@@ -2,4 +2,9 @@ FROM 1hei1/sora-api:latest
2
 
3
  RUN touch /app/admin_config.json && \
4
  chmod 777 /app/admin_config.json && \
5
- chmod 777 /app/src/static/images
 
 
 
 
 
 
2
 
3
  RUN touch /app/admin_config.json && \
4
  chmod 777 /app/admin_config.json && \
5
+ touch /app/api_keys.json && \
6
+ chmod 777 /app/api_keys.json && \
7
+ chmod 777 /app/src/static/images
8
+
9
+ ENV IMAGE_LOCALIZATION=True
10
+ ENV BASE_URL=https://deeme-sora.hf.space