yinwentao
commited on
Commit
·
d2496a1
1
Parent(s):
e42637f
updateDKfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -1,10 +1,9 @@
|
|
1 |
FROM nvidia/cuda:11.3.1-cudnn8-devel-ubuntu18.04
|
2 |
|
3 |
RUN apt-get update && \
|
4 |
-
apt-get install -y python3-pip python3.8 && \
|
5 |
rm -rf /var/lib/apt/lists/*
|
6 |
|
7 |
-
RUN apt-get install python3-pip
|
8 |
|
9 |
WORKDIR /code
|
10 |
|
|
|
1 |
FROM nvidia/cuda:11.3.1-cudnn8-devel-ubuntu18.04
|
2 |
|
3 |
RUN apt-get update && \
|
4 |
+
apt-get install -y python3-pip python3.8 python-is-python3 && \
|
5 |
rm -rf /var/lib/apt/lists/*
|
6 |
|
|
|
7 |
|
8 |
WORKDIR /code
|
9 |
|