Si2469 commited on
Commit
25ac0b9
1 Parent(s): f604d5f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
8
  COPY ./requirements.txt /code/requirements.txt
9
  RUN pip install --no-cache-dir -r /code/requirements.txt
10
 
11
- COPY app.py somlucuma.pkl ./
12
 
13
  RUN chmod -R 777 /code
14
 
 
8
  COPY ./requirements.txt /code/requirements.txt
9
  RUN pip install --no-cache-dir -r /code/requirements.txt
10
 
11
+ COPY app.py miarbol.pkl ./
12
 
13
  RUN chmod -R 777 /code
14