Spaces:
Runtime error
Runtime error
Adding note on container mount.
Browse files- 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"]
|