Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -12,7 +12,6 @@ COPY utils.py .
|
|
12 |
|
13 |
# Install dependencies
|
14 |
RUN pip3 install -r requirements.txt
|
15 |
-
RUN python3 download_model.py
|
16 |
|
17 |
# Expose the port
|
18 |
EXPOSE 8000
|
|
|
12 |
|
13 |
# Install dependencies
|
14 |
RUN pip3 install -r requirements.txt
|
|
|
15 |
|
16 |
# Expose the port
|
17 |
EXPOSE 8000
|