Skip to content

Commit

Permalink
updated in Dockerfile, removed env var
Browse files Browse the repository at this point in the history
  • Loading branch information
frankcorneliusmartin committed Jan 22, 2024
1 parent ca71692 commit 78c0dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basics/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ RUN pip install /app
ENV PKG_NAME=${PKG_NAME}

# Tell docker to execute `docker_wrapper()` when the image is run.
CMD python -c "from vantage6.algorithm.tools.wrap import wrap_algorithm; wrap_algorithm('${PKG_NAME}')"
CMD python -c "from vantage6.algorithm.tools.wrap import wrap_algorithm; wrap_algorithm()"

0 comments on commit 78c0dc9

Please sign in to comment.