missing packages

This commit is contained in:
Steven Anderson
2023-07-31 23:39:32 -04:00
parent c8caf1108c
commit 3e397c41a9
+1 -1
View File
@@ -5,7 +5,7 @@ WORKDIR /app
ADD . /app
RUN apt-get update && \
apt-get install -y --no-install-recommends python3.8 python3-pip && \
apt-get install -y --no-install-recommends clang g++ ocl-icd-opencl-dev python3.8 python3-pip && \
rm -rf /var/lib/apt/lists/*
RUN pip install -e '.[testing]' --extra-index-url https://download.pytorch.org/whl/cpu