We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 929e1ae commit 7de95ccCopy full SHA for 7de95cc
Dockerfile.stage1
@@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y \
14
curl zip unzip libtool swig zlib1g-dev pkg-config git wget xz-utils \
15
libopenblas-dev libblas-dev m4 cmake g++ gcc libssl-dev libczmq-dev redis libhiredis-dev libtbb-dev build-essential libgflags-dev libgoogle-glog-dev liblmdb-dev libnuma-dev && \
16
mkdir -p wheels && \
17
- python -m pip wheel -w wheels pyyaml "'numpy${NUMPY_VERSION}'" && \
+ python -m pip wheel -w wheels pyyaml "numpy${NUMPY_VERSION}" && \
18
python -m pip install wheels/* && \
19
git clone --depth 100 -b ${TORCHTAG} -- https://github.com/pytorch/pytorch.git && \
20
cd pytorch && \
0 commit comments