Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/codalab/codalab-worksheets
Browse files Browse the repository at this point in the history
…into rc1.5.3
  • Loading branch information
teetone committed May 31, 2022
2 parents 089c051 + 35a1900 commit 7fe6ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker_config/compose_files/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ services:

monitor:
image: codalab/server:${CODALAB_VERSION}
command: python3.6 monitor.py --log-path ${CODALAB_MONITOR_DIR}/monitor.log --backup-path ${CODALAB_MONITOR_DIR}
command: python3 monitor.py --log-path ${CODALAB_MONITOR_DIR}/monitor.log --backup-path ${CODALAB_MONITOR_DIR}
<<: *codalab-base
depends_on:
- rest-server
Expand Down

0 comments on commit 7fe6ce2

Please sign in to comment.