Skip to content

Commit

Permalink
Add mlflow in installation script (#2, #3)
Browse files Browse the repository at this point in the history
Tweaks
  • Loading branch information
taku-y committed Mar 30, 2024
1 parent 4d8a998 commit b53642b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gpusoroban/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ source /home/user/venv/bin/activate && pip3 install numpy==1.21.3
source /home/user/venv/bin/activate && pip3 install mujoco==2.3.7
source /home/user/venv/bin/activate && pip3 install gymnasium[box2d]==0.29.0
source /home/user/venv/bin/activate && pip3 install gymnasium-robotics==1.2.2
source /home/user/venv/bin/activate && pip3 install tensorboard
source /root/user/venv/bin/activate && pip3 install tensorboard==2.16.2
source /root/user/venv/bin/activate && pip3 install mlflow==2.11.1
source /root/user/venv/bin/activate && pip3 install tabulate==0.9.0
source /root/user/venv/bin/activate && pip3 install mlflow-export-import==1.2.0

echo 'export LIBTORCH=$HOME/venv/lib/python3.10/site-packages/torch' >> ~/.bashrc
echo 'export LD_LIBRARY_PATH=$LIBTORCH/lib' >> ~/.bashrc
Expand Down

0 comments on commit b53642b

Please sign in to comment.