Skip to content

Commit

Permalink
Update Dockerfile.datastream
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanLaserGit authored Jul 9, 2024
1 parent 05c32c6 commit 34e6cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.datastream
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG TAG_NAME
FROM awiciroh/datastream-deps:${TAG_NAME} as datastream_base
RUN git clone https://github.com/CIROH-UA/ngen-datastream.git
RUN git clone --single-branch --branch nc_update https://github.com/JordanLaserGit/ngen-datastream.git
RUN pip3 install -e "/ngen-datastream/python"

RUN groupadd -r mygroup && useradd -r -g mygroup myuser
Expand Down

0 comments on commit 34e6cb8

Please sign in to comment.