Spaces:
Paused
Paused
Commit
·
7223282
1
Parent(s):
573b906
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -5,7 +5,6 @@ ENV DEBIAN_FRONTEND=noninteractive
|
|
5 |
# Install dependencies
|
6 |
RUN apt update && \
|
7 |
apt install --no-install-recommends -y build-essential python3 python3-pip wget curl git cmake zlib1g-dev libblas-dev && \
|
8 |
-
apt install -y cuda-libraries-dev-12-2 && \
|
9 |
apt clean && rm -rf /var/lib/apt/lists/*
|
10 |
|
11 |
WORKDIR /app
|
|
|
5 |
# Install dependencies
|
6 |
RUN apt update && \
|
7 |
apt install --no-install-recommends -y build-essential python3 python3-pip wget curl git cmake zlib1g-dev libblas-dev && \
|
|
|
8 |
apt clean && rm -rf /var/lib/apt/lists/*
|
9 |
|
10 |
WORKDIR /app
|