Acrosoc commited on
Commit
22616dc
·
verified ·
1 Parent(s): 162c881

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,7 +10,7 @@ rm -rf /var/lib/apt/lists/*
10
  COPY requirements.txt .
11
  RUN pip install --no-cache-dir -r requirements.txt
12
 
13
- COPY main.py .
14
 
15
  ENV HF_HOME=/tmp/huggingface-cache
16
  ENV TOKENIZERS_PARALLELISM=false
 
10
  COPY requirements.txt .
11
  RUN pip install --no-cache-dir -r requirements.txt
12
 
13
+ COPY app.py .
14
 
15
  ENV HF_HOME=/tmp/huggingface-cache
16
  ENV TOKENIZERS_PARALLELISM=false