forked from tinygrad/tinygrad
missing packages
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user