File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
FROM python:3.11-slim
2
2
LABEL maintainer=
"Kitware, Inc. <[email protected] >"
3
3
4
- RUN pip install --find-links https://girder.github.io/large_image_wheels large_image[sources]
5
- RUN pip install girder-slicer-cli-web
4
+ RUN pip install --no-cache-dir --find-links https://girder.github.io/large_image_wheels large_image[sources]
5
+
6
+ RUN pip install --no-cache-dir girder-slicer-cli-web
6
7
7
8
COPY . /
8
9
ENTRYPOINT ["python" , "./cli_list.py" ]
Original file line number Diff line number Diff line change 1
1
FROM python:3.11-slim
2
2
MAINTAINER David Manthey <
[email protected] >
3
3
4
- RUN pip install --find-links https://girder.github.io/large_image_wheels large_image[sources]
5
- RUN pip install girder-slicer-cli-web
6
- RUN pip install girder-client
4
+ RUN pip install --no-cache--dir -- find-links https://girder.github.io/large_image_wheels large_image[sources]
5
+ RUN pip install --no-cache--dir girder-slicer-cli-web
6
+ RUN pip install --no-cache--dir girder-client
7
7
8
8
COPY . $PWD
9
9
ENTRYPOINT ["python" , "./cli_list.py" ]
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ RUN chmod a+x /usr/local/bin/groupadd
14
14
RUN touch /usr/local/bin/useradd
15
15
RUN chmod a+x /usr/local/bin/useradd
16
16
17
- RUN pip install girder-slicer-cli-web
17
+ RUN pip install --no-cache-dir girder-slicer-cli-web
18
18
COPY . $PWD
19
19
20
20
ENTRYPOINT ["python" , "./cli_list.py" ]
You can’t perform that action at this time.
0 commit comments