yinwentao
commited on
Commit
·
44f0973
1
Parent(s):
b3829f9
updateRequirements
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
FROM nvidia/cuda:11.3.1-cudnn8-devel-ubuntu18.04
|
|
|
2 |
|
3 |
ARG DEBIAN_FRONTEND=noninteractive
|
4 |
|
@@ -6,7 +7,6 @@ ENV PYTHONUNBUFFERED=1
|
|
6 |
|
7 |
RUN apt-get update && apt-get install --no-install-recommends -y \
|
8 |
build-essential \
|
9 |
-
python3.9 \
|
10 |
python3-pip \
|
11 |
git \
|
12 |
ffmpeg \
|
|
|
1 |
FROM nvidia/cuda:11.3.1-cudnn8-devel-ubuntu18.04
|
2 |
+
FROM python:3.8.8
|
3 |
|
4 |
ARG DEBIAN_FRONTEND=noninteractive
|
5 |
|
|
|
7 |
|
8 |
RUN apt-get update && apt-get install --no-install-recommends -y \
|
9 |
build-essential \
|
|
|
10 |
python3-pip \
|
11 |
git \
|
12 |
ffmpeg \
|