diff --git a/Dockerfile b/Dockerfile index b0e030e..33c4e85 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ WORKDIR /app COPY . /app # Install any needed dependencies specified in requirements.txt -RUN pip install --no-cache-dir -r requirements.txt +RUN pip3 install --no-cache-dir -r requirements.txt # Command to run your module CMD ["python", "-m", "Audio_SpectraCLI.main"]