Commit
·
1aa576b
1
Parent(s):
d01d03f
updated docker
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -2,7 +2,8 @@ FROM nvidia/cuda:12.3.2-cudnn9-devel-ubuntu22.04
|
|
2 |
|
3 |
|
4 |
RUN apt-get update && apt-get install -y \
|
5 |
-
python3 python3-pip python3-venv build-essential curl
|
|
|
6 |
&& rm -rf /var/lib/apt/lists/*
|
7 |
|
8 |
RUN pip install --no-cache-dir --upgrade pip \
|
|
|
2 |
|
3 |
|
4 |
RUN apt-get update && apt-get install -y \
|
5 |
+
git git-lfs python3 python3-pip python3-venv build-essential curl \
|
6 |
+
&& git lfs install \
|
7 |
&& rm -rf /var/lib/apt/lists/*
|
8 |
|
9 |
RUN pip install --no-cache-dir --upgrade pip \
|