diff --git a/Dockerfile b/Dockerfile index 47f7868..30699ed 100755 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ # Copy requirements and install Python dependencies COPY requirements.txt . -RUN pip install --no-cache-dir --prefix=/install -r requirements.txt --extra-index-url https://download.pytorch.org/wheel/cpu +RUN pip install --no-cache-dir --prefix=/install -r requirements.txt # Copy application code COPY . .