Skip to content

Commit eab83a8

Browse files
committed
fix
1 parent a70448e commit eab83a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scoring/run_workloads.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def main(_):
179179
mount_repo_flag = ''
180180
if FLAGS.local:
181181
mount_repo_flag = '-v $HOME/algorithmic-efficiency:/algorithmic-efficiency '
182-
command = ('docker run -t -d -v /home/kasimbeg/data/:/data/ '
182+
command = ('docker run -t -d -v $HOME/data/:/data/ '
183183
'-v $HOME/experiment_runs/:/experiment_runs '
184184
'-v $HOME/experiment_runs/logs:/logs '
185185
f'{mount_repo_flag}'

0 commit comments

Comments
 (0)