Skip to content

Commit 823ed2a

Browse files
Give root access to user inside the container.
1 parent 2577456 commit 823ed2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM jupyter/datascience-notebook:r-4.1.2
22

3+
USER root
4+
35
# Install essential Python packages
46
RUN python3 -m pip --no-cache-dir install \
57
"tensorly==0.4.3" \

0 commit comments

Comments
 (0)