Skip to content

Commit

Permalink
Merge pull request #605 from sennetconsortium/yuanzhou/moonshot
Browse files Browse the repository at this point in the history
Updating rq Dockerfile with updated GID
  • Loading branch information
maxsibilla authored Dec 17, 2024
2 parents ad962a2 + 8e4bed3 commit cf85afa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/ingest-api/rq/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ WORKDIR /usr/src/app
# Copy from host to image
COPY .. .

RUN groupadd -r -g 1002 codcc && \
useradd -r -u 1002 -g 1002 -m codcc && \
RUN groupadd -r -g 100008 codcc && \
useradd -r -u 100008 -g 100008 -m codcc && \
pip install --upgrade pip && \
pip install -r ./src/requirements.txt && \
pip install -r ./src/submodules/ingest_validation_tools/requirements.txt
Expand Down

0 comments on commit cf85afa

Please sign in to comment.