diff --git a/environment/Dockerfile b/environment/Dockerfile index ec112c3..58bc8cd 100644 --- a/environment/Dockerfile +++ b/environment/Dockerfile @@ -6,5 +6,5 @@ RUN apt-get update && \ apt-get upgrade -y && \ apt-get install -y sudo build-essential python3.10 python3-pip vim wget git libsndfile1 espeak-ng sox zip && \ apt-get clean && \ - pip install -r /tmp/requirements.txt --no-cache-dir --extra-index-url https://download.pytorch.org/whl/cu116 && \ + pip3 install -r /tmp/requirements.txt --no-cache-dir --extra-index-url https://download.pytorch.org/whl/cu116 && \ rm /tmp/requirements.txt \ No newline at end of file