diff --git a/Dockerfile b/Dockerfile index f96aae2..d81aee3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,7 +38,7 @@ RUN python3.10 download_models.py #serverless # CMD ["sh", "-c", "ls && python3.10 serverless.py"] -RUN sh download_model.sh +# RUN sh download_model.sh CMD ["python3.10", "-m", "app.serverless"]