Skip to content

Commit

Permalink
Change dependency installation
Browse files Browse the repository at this point in the history
  • Loading branch information
kabilar committed Mar 8, 2022
1 parent 7b90609 commit 4335f47
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
7 changes: 3 additions & 4 deletions Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
FROM datajoint/djlab:py3.8-debian

USER root
RUN apt-get update -y
RUN apt-get install git -y
USER anaconda:anaconda

USER anaconda
COPY ./workflow-array-ephys/apt_requirements.txt /tmp/
RUN /entrypoint.sh echo "Installed dependencies."

RUN mkdir /main/element-lab \
/main/element-animal \
Expand Down
8 changes: 4 additions & 4 deletions Dockerfile.test
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM datajoint/djlab:py3.8-debian

USER root
RUN apt-get update -y
RUN apt-get install git -y
USER anaconda:anaconda

COPY ./workflow-array-ephys/apt_requirements.txt /tmp/
RUN /entrypoint.sh echo "Installed dependencies."

USER anaconda
WORKDIR /main/workflow-array-ephys

# Option 1 - Install DataJoint's remote fork of the workflow and elements
Expand Down
3 changes: 2 additions & 1 deletion apt_requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
locales-all
locales-all
git

0 comments on commit 4335f47

Please sign in to comment.