Skip to content

Commit

Permalink
Merge pull request #49 from nattvara/fix-dockerfile
Browse files Browse the repository at this point in the history
Fix broken docker images
  • Loading branch information
nattvara authored Apr 23, 2023
2 parents 879d7c3 + f543f57 commit 146b2cd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ docker run -p 9200:9200 -p 9600:9600 -e "discovery.type=single-node" --name open
Start a queue worker.

```bash
rq worker --with-scheduler --url='redis://:@localhost:6379' default download extract transcribe summarise monitoring approval metadata image image_questions image image_metadata classifications
rq worker --with-scheduler --url='redis://:@localhost:6379' default download extract transcribe summarise monitoring approval metadata image image_metadata classifications
rq worker --with-scheduler --url='redis://:redis@localhost:6379' gpt # gpt queue must run on at least one separate worker
```

Expand Down
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 146b2cd

Please sign in to comment.