Spaces:
Sleeping
Sleeping
Commit
·
586c40f
1
Parent(s):
3c9eaf5
changes
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -3,7 +3,7 @@ FROM nvidia/cuda:12.3.2-cudnn9-devel-ubuntu22.04
|
|
3 |
|
4 |
# Install Python and pip
|
5 |
RUN apt-get update && \
|
6 |
-
apt-get install -y
|
7 |
apt-get clean && \
|
8 |
rm -rf /var/lib/apt/lists/*
|
9 |
|
|
|
3 |
|
4 |
# Install Python and pip
|
5 |
RUN apt-get update && \
|
6 |
+
apt-get install -y python3-dev python3-pip && \
|
7 |
apt-get clean && \
|
8 |
rm -rf /var/lib/apt/lists/*
|
9 |
|