Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pourmand1376 authored Apr 26, 2024
1 parent 3f90646 commit 070f46e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ RUN ln -sf /bin/bash /bin/sh

# installing Nodejs is necessary for jupyterlab to work correctly

RUN groupadd -g 1000 user \
&& useradd --create-home --no-log-init -u 1000 -g 1000 user
#RUN groupadd -g 1000 user \
# && useradd --create-home --no-log-init -u 1000 -g 1000 user

USER user

Expand Down

0 comments on commit 070f46e

Please sign in to comment.