Skip to content

Commit

Permalink
Update start_macos.sh
Browse files Browse the repository at this point in the history
I've tested this in Ubuntu, but not MacOS
  • Loading branch information
RandomInternetPreson authored Jul 1, 2024
1 parent 9d5e8b7 commit df1e6d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions start_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export CUDA_HOME="$CUDA_PATH"
# activate installer env
source "$CONDA_ROOT_PREFIX/etc/profile.d/conda.sh" # otherwise conda complains about 'shell not initialized' (needed when running in a script)
conda activate "$INSTALL_ENV_DIR"
export ALLOW_RESET=TRUE

# setup installer env
python one_click.py $@

0 comments on commit df1e6d7

Please sign in to comment.