We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f17828d commit bdfe234Copy full SHA for bdfe234
3 files changed
SpiNNaker-nmpiserv/Dockerfile
@@ -16,9 +16,7 @@
16
FROM ubuntu:noble
17
18
ARG DOCKER_GROUP_ID
19
-ARG USER_ID
20
ENV DOCKER_GROUP_ID $DOCKER_GROUP_ID
21
-ENV USER_ID $USER_ID
22
23
RUN apt update && apt install -y openjdk-21-jdk-headless maven git libltdl7 nginx
24
SpiNNaker-nmpiserv/docker-compose.yml
@@ -19,7 +19,6 @@ services:
dockerfile: Dockerfile
args:
DOCKER_GROUP_ID: ${DOCKER_GROUP_ID}
- USER_ID: ${USER_ID}
container_name: nmpi-host
env_file: .env
25
ports:
SpiNNaker-nmpiserv/env.example
@@ -33,6 +33,3 @@ DATA_PATH=
33
34
# The Group ID of the docker user (found from "getent group docker")
35
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