Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/dockerfiles/jupyter-gap/ubuntu-2204-lts/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## {{{
ARG GAP_VERSION="4.12.1"
ARG DOCKER_BASE_IMAGE_URL="ghcr.io/limakzi/gap-docker:${GAP_VERSION}-full"
ARG DOCKER_BASE_IMAGE_URL="ghcr.io/limakzi/gap:${GAP_VERSION}-full"
## }}}

## {{{
Expand Down Expand Up @@ -35,7 +35,7 @@

USER ${GAP_USER_USERNAME}
ENV PATH="/opt/gap/.local/bin/:${JUPYTER_KERNEL_PATH}/bin/:${PATH}"
ENV JUPYTER_GAP_EXECUTABLE "gap"

Check warning on line 38 in src/dockerfiles/jupyter-gap/ubuntu-2204-lts/Dockerfile

View workflow job for this annotation

GitHub Actions / build-full-jupyter (4.13.0, ubuntu-2204-lts) / docker-image-build

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Check warning on line 38 in src/dockerfiles/jupyter-gap/ubuntu-2204-lts/Dockerfile

View workflow job for this annotation

GitHub Actions / build-full-jupyter (4.12.2, ubuntu-2204-lts) / docker-image-build

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Check warning on line 38 in src/dockerfiles/jupyter-gap/ubuntu-2204-lts/Dockerfile

View workflow job for this annotation

GitHub Actions / build-full-jupyter (4.12.0, ubuntu-2204-lts) / docker-image-build

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Check warning on line 38 in src/dockerfiles/jupyter-gap/ubuntu-2204-lts/Dockerfile

View workflow job for this annotation

GitHub Actions / build-full-jupyter (4.13.1, ubuntu-2204-lts) / docker-image-build

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Check warning on line 38 in src/dockerfiles/jupyter-gap/ubuntu-2204-lts/Dockerfile

View workflow job for this annotation

GitHub Actions / build-full-jupyter (4.14.0, ubuntu-2204-lts) / docker-image-build

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Check warning on line 38 in src/dockerfiles/jupyter-gap/ubuntu-2204-lts/Dockerfile

View workflow job for this annotation

GitHub Actions / build-full-jupyter (4.12.1, ubuntu-2204-lts) / docker-image-build

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

COPY ./requirements.txt ./
RUN pip3 install -r requirements.txt
Expand Down
Loading