Skip to content

Commit

Permalink
update Docker images to include classifiers directory
Browse files Browse the repository at this point in the history
  • Loading branch information
nattvara committed Apr 23, 2023
1 parent 879d7c3 commit 3fbcca9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ COPY db ./db
COPY jobs ./jobs
COPY tools ./tools
COPY courses ./courses
COPY classifiers ./classifiers
COPY index ./index
COPY setup.py .
COPY requirements.txt .
Expand Down
1 change: 1 addition & 0 deletions worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ COPY db ./db
COPY jobs ./jobs
COPY tools ./tools
COPY courses ./courses
COPY classifiers ./classifiers
COPY index ./index
COPY setup.py .
COPY requirements.txt .
Expand Down
1 change: 1 addition & 0 deletions worker/Dockerfile.gpu_accelerated
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ COPY db ./db
COPY jobs ./jobs
COPY tools ./tools
COPY courses ./courses
COPY classifiers ./classifiers
COPY index ./index
COPY setup.py .
COPY requirements.txt .
Expand Down

0 comments on commit 3fbcca9

Please sign in to comment.