Skip to content

Commit bdfe234

Browse files
committed
Remove USER_ID
1 parent f17828d commit bdfe234

3 files changed

Lines changed: 0 additions & 6 deletions

File tree

SpiNNaker-nmpiserv/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
1616
FROM ubuntu:noble
1717

1818
ARG DOCKER_GROUP_ID
19-
ARG USER_ID
2019
ENV DOCKER_GROUP_ID $DOCKER_GROUP_ID
21-
ENV USER_ID $USER_ID
2220

2321
RUN apt update && apt install -y openjdk-21-jdk-headless maven git libltdl7 nginx
2422

SpiNNaker-nmpiserv/docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ services:
1919
dockerfile: Dockerfile
2020
args:
2121
DOCKER_GROUP_ID: ${DOCKER_GROUP_ID}
22-
USER_ID: ${USER_ID}
2322
container_name: nmpi-host
2423
env_file: .env
2524
ports:

SpiNNaker-nmpiserv/env.example

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,3 @@ DATA_PATH=
3333

3434
# The Group ID of the docker user (found from "getent group docker")
3535
DOCKER_GROUP_ID=
36-
37-
# The User ID of the current user (found from "id" as the current user)
38-
USER_ID=

0 commit comments

Comments
 (0)