Skip to content

Commit 6c8ece0

Browse files
committed
docker: update build
1 parent 10fcce1 commit 6c8ece0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,5 @@ ENV TENSORBOARD_PROXY_URL=/user-redirect/proxy/6006/
2929

3030
# build & install CIL
3131
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 \
32+
RUN pip install ./src && rm -rf src \
3533
&& fix-permissions "${CONDA_DIR}" /home/${NB_USER}

0 commit comments

Comments
 (0)