Skip to content

Commit

Permalink
Minor modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
vlulla committed Jun 24, 2024
1 parent 5b969a7 commit a4a151b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datascience-docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ MAKEFLAGS += --no-builtin-rules

IMGTAG=vl-ds
ifeq ($(shell uname -s), Linux)
BUILD_ARGS=--build-arg UID=$$(id -u) --build-arg USR=$$(id -un) --build-arg GID=$$(id -g) --build-arg GRP=$$(id -gn)
BUILD_ARGS=--build-arg UID=$$(id -u) --build-arg USR=$$(id -un) --build-arg GID=$$(id -g) --build-arg GRP=$$(id -gn) --build-arg VERSION=bookworm
else
BUILD_ARGS=
endif
Expand Down

0 comments on commit a4a151b

Please sign in to comment.