Spaces:
Running
on
T4
Running
on
T4
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -2,8 +2,8 @@ FROM nvidia/cuda:11.6.1-devel-ubuntu20.04
|
|
2 |
|
3 |
RUN apt-get update
|
4 |
|
5 |
-
RUN apt-get -y update && apt-get install software-properties-common \
|
6 |
-
&& add-apt-repository ppa:deadsnakes/ppa && apt install python3.10 python3-pip
|
7 |
|
8 |
WORKDIR /code
|
9 |
|
|
|
2 |
|
3 |
RUN apt-get update
|
4 |
|
5 |
+
RUN apt-get -y update && apt-get -y install software-properties-common \
|
6 |
+
&& add-apt-repository ppa:deadsnakes/ppa && apt install -y python3.10 python3-pip
|
7 |
|
8 |
WORKDIR /code
|
9 |
|