thorodin103 commited on
Commit
2c2032c
·
verified ·
1 Parent(s): 3df0d14

Upload Dockerfile with huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -6
Dockerfile CHANGED
@@ -16,12 +16,6 @@ RUN pip install --no-cache-dir \
16
  # Copy all project files
17
  COPY . .
18
 
19
- # Environment variables judges will set
20
- ENV API_BASE_URL=https://api.openai.com/v1
21
- ENV MODEL_NAME=gpt-4o-mini
22
- ENV HF_TOKEN=""
23
- ENV OPENAI_API_KEY=""
24
-
25
  # Expose port
26
  EXPOSE 7860
27
 
 
16
  # Copy all project files
17
  COPY . .
18
 
 
 
 
 
 
 
19
  # Expose port
20
  EXPOSE 7860
21