Spaces:
Running
on
T4
Running
on
T4
simonduerr
commited on
Commit
•
f333de7
1
Parent(s):
5e2ed85
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM nvidia/cuda:11.8.0-
|
2 |
|
3 |
#FROM nvidia/cuda:11.6.1-devel-ubuntu20.04
|
4 |
|
@@ -10,7 +10,7 @@ RUN apt-get update
|
|
10 |
#RUN apt-get -y update && apt-get -y install software-properties-common \
|
11 |
#&& add-apt-repository ppa:deadsnakes/ppa && apt install -y python3.10
|
12 |
|
13 |
-
RUN apt-get install -y python3 python3-pip
|
14 |
WORKDIR /code
|
15 |
|
16 |
COPY ./requirements.txt /code/requirements.txt
|
|
|
1 |
+
FROM nvidia/cuda:11.8.0-cudnn8-runtime-ubuntu22.04
|
2 |
|
3 |
#FROM nvidia/cuda:11.6.1-devel-ubuntu20.04
|
4 |
|
|
|
10 |
#RUN apt-get -y update && apt-get -y install software-properties-common \
|
11 |
#&& add-apt-repository ppa:deadsnakes/ppa && apt install -y python3.10
|
12 |
|
13 |
+
RUN apt-get install -y python3 python3-pip git
|
14 |
WORKDIR /code
|
15 |
|
16 |
COPY ./requirements.txt /code/requirements.txt
|