Skip to content

Commit

Permalink
consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
shouples committed Oct 18, 2023
1 parent 7ab6799 commit 1d4bd3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/base-gpu/3.9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# hadolint ignore=DL3006
FROM base AS main

ARG NBL_PYTHON_VERSION=3.9
ARG NBL_HOME_DIR=/var/run/noteable
ARG NBL_PYTHON_VERSION=3.9

USER root

Expand Down
3 changes: 2 additions & 1 deletion python/base/3.10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
ARG NBL_PYTHON_VERSION=3.10
FROM python:${NBL_PYTHON_VERSION}-slim-bullseye as base

# User/group setup
ARG NBL_HOME_DIR=/var/run/noteable
ARG NBL_PYTHON_VERSION

# User/group setup
USER root

ENV NB_USER="noteable" \
Expand Down

0 comments on commit 1d4bd3f

Please sign in to comment.