Skip to content

Commit 7ac30db

Browse files
Add reasonable defaults for packaging environment.
1 parent 79e1bd7 commit 7ac30db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
ARG IMAGE
2-
ARG PY_VER
3-
ARG DISTRO
1+
ARG IMAGE=djbase
2+
ARG PY_VER=3.9
3+
ARG DISTRO=debian
44
FROM datajoint/${IMAGE}:py${PY_VER}-${DISTRO}
55
COPY --chown=anaconda:anaconda ./setup.py ./datajoint.pub ./requirements.txt /main/
66
COPY --chown=anaconda:anaconda ./datajoint /main/datajoint

0 commit comments

Comments
 (0)