rein0421 commited on
Commit
72f3595
·
verified ·
1 Parent(s): c410ece

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -3
Dockerfile CHANGED
@@ -5,9 +5,7 @@ FROM python:3.10.9
5
  WORKDIR /app
6
 
7
  # Copy the current directory contents into /app inside the container
8
- COPY . /app
9
- # Copy the model file into the /app directory
10
- COPY 1026.pt /app/1026.pt
11
 
12
  # Install dependencies for OpenCV and other requirements
13
  RUN apt-get update && apt-get install -y libgl1 libglib2.0-0 curl
 
5
  WORKDIR /app
6
 
7
  # Copy the current directory contents into /app inside the container
8
+ COPY . .
 
 
9
 
10
  # Install dependencies for OpenCV and other requirements
11
  RUN apt-get update && apt-get install -y libgl1 libglib2.0-0 curl