We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10fcce1 commit 6c8ece0Copy full SHA for 6c8ece0
Dockerfile
@@ -29,7 +29,5 @@ ENV TENSORBOARD_PROXY_URL=/user-redirect/proxy/6006/
29
30
# build & install CIL
31
COPY --chown="${NB_USER}" . src
32
-RUN cmake -S ./src -B ./build -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCONDA_BUILD=ON -DCMAKE_INSTALL_PREFIX="${CONDA_DIR}" \
33
- && cmake --build ./build --target install \
34
- && rm -rf src build \
+RUN pip install ./src && rm -rf src \
35
&& fix-permissions "${CONDA_DIR}" /home/${NB_USER}
0 commit comments