Commit
·
ca90a2d
1
Parent(s):
8e2cb6b
updated docker
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -2,7 +2,7 @@ FROM nvidia/cuda:11.8.0-devel-ubuntu22.04
|
|
2 |
|
3 |
# Install system dependencies for Python and build tools
|
4 |
RUN apt-get update && apt-get install -y \
|
5 |
-
python3 python3-pip build-essential git
|
6 |
|
7 |
# Create a non-root user
|
8 |
RUN useradd -m -u 1000 user
|
|
|
2 |
|
3 |
# Install system dependencies for Python and build tools
|
4 |
RUN apt-get update && apt-get install -y \
|
5 |
+
python3 python3-pip build-essential git
|
6 |
|
7 |
# Create a non-root user
|
8 |
RUN useradd -m -u 1000 user
|