Skip to content

Commit

Permalink
add 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudotensor committed Apr 9, 2024
1 parent d7b1d70 commit fa1c2ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker_build_script_ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ export VLLM_CACHE=/workspace/.vllm_cache
conda create -n vllm -y
source /h2ogpt_conda/etc/profile.d/conda.sh
conda activate vllm
conda install python=3.10 -y
echo "vLLM conda env: $CONDA_DEFAULT_ENV"

# gputil is for rayWorker in vllm to run as non-root
Expand Down

0 comments on commit fa1c2ee

Please sign in to comment.