Skip to content

Commit

Permalink
Merge pull request #5 from akochari/main
Browse files Browse the repository at this point in the history
Typo in Dockerfile setting env variable for models location
  • Loading branch information
morganekmefjord authored Dec 4, 2024
2 parents 3c85187 + 4458702 commit 72587d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ptp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ USER $USER

ENV CELERY_BROKER_URL="redis://localhost:6379/0"
ENV REDIS_URL="redis://localhost:6379/0"
ENV MODEL_DIR = "/app/inference/models/models"
ENV MODEL_DIR="/app/inference/models/models"
# Models will be downloaded and placed in /app/inference/models/models through SciLifeLab Serve interface

# Start supervisord
Expand Down

0 comments on commit 72587d5

Please sign in to comment.