Skip to content

Commit f687790

Browse files
committed
Move files around again
1 parent 2a9f1a4 commit f687790

File tree

7 files changed

+1
-1
lines changed

7 files changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN apt-get update --yes --quiet && DEBIAN_FRONTEND=noninteractive apt-get insta
3232
WORKDIR /work
3333

3434
# Add my src as /work
35-
ADD engine.py handler.py requirements.txt start.sh test_input.json utils.py utils.py /work
35+
ADD ./src /work
3636

3737
# Set defaut ollama models directory to /runpod-volume where runpod will mount the volume by default
3838
ENV OLLAMA_MODELS="/runpod-volume"

engine.py renamed to src/engine.py

File renamed without changes.
File renamed without changes.
File renamed without changes.

start.sh renamed to src/start.sh

File renamed without changes.
File renamed without changes.

utils.py renamed to src/utils.py

File renamed without changes.

0 commit comments

Comments
 (0)