meg HF staff commited on
Commit
0fdadfa
·
verified ·
1 Parent(s): 12a26a1

Adding note on container mount.

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -53,4 +53,5 @@ RUN chmod 777 -R /runs
53
  RUN chmod 777 -R /.cache
54
  RUN chmod +x /entrypoint.sh
55
 
 
56
  ENTRYPOINT ["/entrypoint.sh"]
 
53
  RUN chmod 777 -R /.cache
54
  RUN chmod +x /entrypoint.sh
55
 
56
+ # TODO: Using container mount: -container-mounts="/fsx/sasha_luccioni:/fsx/sasha_luccioni" /entrypoint.sh --config-name text_generation backend.model=facebook/opt-125m backend.processor=facebook/opt-125m hydra.run.dir='/fsx/sasha_luccioni/optimum-benchmark/runs/${experiment_name}/${backend.model}/${now:%Y-%m-%d-%H-%M-%S}'
57
  ENTRYPOINT ["/entrypoint.sh"]