Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Apply suggestions from code review
Co-authored-by: Kabilar Gunalan <[email protected]>
  • Loading branch information
CBroz1 and kabilar authored May 16, 2022
commit 90d0d746e8a5fefccee6d5ca5e8b340373fcd319
2 changes: 1 addition & 1 deletion docker/Dockerfile.test
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM datajoint/djbase:py3.9-debian-8eb1715

ARG GITHUB_USERNAME=cbroz1
ARG GITHUB_USERNAME=datajoint
USER anaconda:anaconda

COPY ./docker/apt_requirements.txt /tmp/
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
context: ../.
dockerfile: ./docker/Dockerfile.test
args:
- GITHUB_USERNAME=cbroz1
- GITHUB_USERNAME=datajoint
image: workflow-miniscope-test:0.1.0
container_name: workflow-miniscope-test
environment:
Expand Down