sebastiansarasti commited on
Commit
5ec7f2c
·
verified ·
1 Parent(s): e729167

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -6,6 +6,7 @@ WORKDIR /app
6
  # Copy files
7
  COPY src/app/requirements.txt ./requirements.txt
8
  COPY src/app ./src/app
 
9
 
10
  # Install uv and Python packages
11
  RUN pip install uv
 
6
  # Copy files
7
  COPY src/app/requirements.txt ./requirements.txt
8
  COPY src/app ./src/app
9
+ COPY models ./models
10
 
11
  # Install uv and Python packages
12
  RUN pip install uv