BjarneBepaData commited on
Commit
3c4f4d6
1 Parent(s): e255f7c

Adding root permissions by defaul

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -1,6 +1,8 @@
1
  #
2
  FROM nvidia/cuda:12.4.1-runtime-ubuntu22.04
3
 
 
 
4
  # Install python and pip
5
  RUN apt-get update && apt-get install -y python3 python3-pip \\
6
  && apt-get install -y git
 
1
  #
2
  FROM nvidia/cuda:12.4.1-runtime-ubuntu22.04
3
 
4
+ USER root
5
+
6
  # Install python and pip
7
  RUN apt-get update && apt-get install -y python3 python3-pip \\
8
  && apt-get install -y git