Skip to content

Commit

Permalink
Minor and/or
Browse files Browse the repository at this point in the history
  • Loading branch information
elisabettai committed Apr 23, 2024
1 parent 13a7400 commit be2afd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

{% if cookiecutter.docker_base != "custom:special-image" or cookiecutter.docker_base != "custom:julia"%}
{% if cookiecutter.docker_base != "custom:special-image" and cookiecutter.docker_base != "custom:julia"%}
# {{ cookiecutter.docker_base }} is one possible base image, you can find information about others here: https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html
# Check the Jupyter/docker-stacks repo for more information about other versions of Python/OS: https://github.com/jupyter/docker-stacks
FROM {{ cookiecutter.docker_base }} as base
Expand Down

0 comments on commit be2afd9

Please sign in to comment.