Skip to content

Commit

Permalink
Trying to fix jobbergate install command
Browse files Browse the repository at this point in the history
  • Loading branch information
dusktreader committed May 3, 2024
1 parent ef2bd1c commit bd1358c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion democluster/user-data
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ runcmd:
# create jobbergate agent venv
- /usr/bin/python3 -m venv /srv/jobbergate-agent-venv
- /srv/jobbergate-agent-venv/bin/pip install -U pip
- /srv/jobbergate-agent-venv/bin/pip install jobbergate-agent==5.1.0
- /srv/jobbergate-agent-venv/bin/pip install "jobbergate-agent==5.1.0"
- |
cat <<EOF > /srv/jobbergate-agent-venv/.env
JOBBERGATE_AGENT_X_SLURM_USER_NAME=root
Expand Down

0 comments on commit bd1358c

Please sign in to comment.