Skip to content

Commit 7de95cc

Browse files
committed
still fixing bad numpy${NUMPY_VERSION} bash escaping thing
1 parent 929e1ae commit 7de95cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.stage1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y \
1414
curl zip unzip libtool swig zlib1g-dev pkg-config git wget xz-utils \
1515
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 && \
1616
mkdir -p wheels && \
17-
python -m pip wheel -w wheels pyyaml "'numpy${NUMPY_VERSION}'" && \
17+
python -m pip wheel -w wheels pyyaml "numpy${NUMPY_VERSION}" && \
1818
python -m pip install wheels/* && \
1919
git clone --depth 100 -b ${TORCHTAG} -- https://github.com/pytorch/pytorch.git && \
2020
cd pytorch && \

0 commit comments

Comments
 (0)