Fix Dockerfile

pull/1570/head
Eren Gölge 2022-05-12 12:55:27 +02:00
parent 7bb45a20ec
commit 085517b79a
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
ARG BASE=nvcr.io/nvidia/pytorch:22.03-py3
FROM ${BASE}
RUN apt-get update && apt-get install -y --no-install-recommends python3 python3-pip python3-venv python3-wheel espeak libsndfile1-dev && rm -rf /var/lib/apt/lists/*
RUN apt-get update && apt-get install -y --no-install-recommends gcc g++ make python3 python3-dev python3-pip python3-venv python3-wheel espeak espeak-ng libsndfile1-dev && rm -rf /var/lib/apt/lists/*
RUN pip install llvmlite --ignore-installed
# Create and activate virtual env