Skip to content

Commit

Permalink
Comment fixes in Dockerfile for Dask
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Feb 13, 2025
1 parent eb4aa97 commit 8a2adf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/translators/Dockerfile_Dask
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# docker build --platform amd64 -t wfcommons-dev -f Dockerfile_Dask .
# docker run -it --rm -v `pwd`:/home/wfcommons wfcommons-dev /bin/bash
# docker build --platform amd64 -t wfcommons-dev-dask -f Dockerfile_Dask .
# docker run -it --rm -v `pwd`:/home/wfcommons wfcommons-dev-dask /bin/bash

FROM amd64/ubuntu:jammy

Expand Down

0 comments on commit 8a2adf8

Please sign in to comment.