Skip to content

Commit

Permalink
Add the user quota plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
manthey committed Dec 22, 2023
1 parent daffb28 commit 5af7baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devops/girder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ WORKDIR /src
RUN git clone https://github.com/girder/large_image.git
WORKDIR /src/large_image
RUN pip install -e .[all] -r requirements-test.txt --find-links https://girder.github.io/large_image_wheels
RUN pip install girder[mount]
RUN pip install girder[mount] girder girder-user-quota
# RUN pip install .[all] ./girder[tasks] girder[mount] --find-links https://girder.github.io/large_image_wheels
RUN girder build

Expand Down

0 comments on commit 5af7baf

Please sign in to comment.