Skip to content

Commit

Permalink
Added example_data folder to Dockerfile (#216)
Browse files Browse the repository at this point in the history
Dockerfile is missing `example_data` folder for bench.py to run. Built and tested the fix with `titannode/ai-runner:example-images`, works as expected.
  • Loading branch information
Titan-Node authored Oct 3, 2024
1 parent ddda616 commit 0d96ac0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,6 @@ ENV MODEL_DIR=/models
COPY app/ /app/app
COPY images/ /app/images
COPY bench.py /app/bench.py
COPY example_data/ /app/example_data

CMD ["uvicorn", "app.main:app", "--log-config", "app/cfg/uvicorn_logging_config.json", "--host", "0.0.0.0", "--port", "8000"]

0 comments on commit 0d96ac0

Please sign in to comment.