mirror of
https://github.com/clearml/clearml-agent
synced 2025-01-31 09:06:52 +00:00
Add build-essential for pip-installed packages requiring compilation in AWS dynamic cluster management service
This commit is contained in:
parent
aeede81474
commit
dee2475698
@ -275,7 +275,8 @@
|
|||||||
" sudo apt-get install -y python3-pip\n",
|
" sudo apt-get install -y python3-pip\n",
|
||||||
" sudo apt-get install -y gcc\n",
|
" sudo apt-get install -y gcc\n",
|
||||||
" sudo apt-get install -y git\n",
|
" sudo apt-get install -y git\n",
|
||||||
" sudo python3 -m pip install screen\n",
|
" sudo apt-get install -y build-essential\n",
|
||||||
|
python3 -m pip install screen\n",
|
||||||
" sudo python3 -m pip install trains-agent\n",
|
" sudo python3 -m pip install trains-agent\n",
|
||||||
" echo 'agent.git_user=\\\"{git_user}\\\"' >> /root/trains.conf\n",
|
" echo 'agent.git_user=\\\"{git_user}\\\"' >> /root/trains.conf\n",
|
||||||
" echo 'agent.git_pass=\\\"{git_pass}\\\"' >> /root/trains.conf\n",
|
" echo 'agent.git_pass=\\\"{git_pass}\\\"' >> /root/trains.conf\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user