bep40 commited on
Commit
917c63b
·
verified ·
1 Parent(s): 5bef4c7

Restore 100% to b9b6ba4 via snapshot runner

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -4
Dockerfile CHANGED
@@ -5,11 +5,8 @@ WORKDIR /app
5
  RUN apt-get update && apt-get install -y --no-install-recommends ffmpeg fonts-dejavu-core && rm -rf /var/lib/apt/lists/*
6
  RUN pip install --no-cache-dir fastapi uvicorn requests beautifulsoup4 lxml jinja2 yt-dlp huggingface_hub gTTS pillow edge-tts
7
 
8
- COPY restore_runner.py .
9
 
10
  EXPOSE 7860
11
 
12
- ENV VNEWS_RESTORE_REVISION=b9b6ba4
13
- ENV VNEWS_APP_MODULE=ai_runtime_final6:app
14
-
15
  CMD ["python", "restore_runner.py"]
 
5
  RUN apt-get update && apt-get install -y --no-install-recommends ffmpeg fonts-dejavu-core && rm -rf /var/lib/apt/lists/*
6
  RUN pip install --no-cache-dir fastapi uvicorn requests beautifulsoup4 lxml jinja2 yt-dlp huggingface_hub gTTS pillow edge-tts
7
 
8
+ COPY . .
9
 
10
  EXPOSE 7860
11
 
 
 
 
12
  CMD ["python", "restore_runner.py"]