Skip to content

Commit

Permalink
Update build_wheel.sh to properly use created conda environment (face…
Browse files Browse the repository at this point in the history
  • Loading branch information
JingyuQian authored Jun 28, 2023
1 parent 760ebac commit 21ead6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_scripts/build_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ for PYTHON_VERSION in 3.10; do
/bin/bash ~/miniconda.sh -b -p /opt/conda
ENV PATH \$CONDA_DIR/bin:\$PATH
RUN conda create --name theseus python=${PYTHON_VERSION}
RUN source activate theseus
ENV PATH \$CONDA_DIR/envs/theseus/bin:\$PATH
# --- Install torch
ENV CUDA_HOME /usr/local/cuda-${CUDA_VERSION}
Expand Down

0 comments on commit 21ead6a

Please sign in to comment.