Skip to content

Commit

Permalink
revert changes in orig Dockerfile, rename ENV file
Browse files Browse the repository at this point in the history
  • Loading branch information
ttngu207 committed Nov 4, 2019
1 parent 4a48898 commit 15a6d21
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
13 changes: 6 additions & 7 deletions Dockerfile
@@ -1,12 +1,11 @@
FROM datajoint/pydev:python3.6
FROM datajoint/jupyter:latest

RUN apt update && apt -y install mysql-client-5.7 netcat
RUN pip install datajoint==0.12.dev4

#RUN pip install globus_sdk
RUN apt update && apt -y install mysql-client-5.7 netcat

RUN mkdir /dj_map
WORKDIR /dj_map
RUN pip install globus_sdk

RUN git clone https://github.com/mesoscale-activity-map/map-ephys /dj_map
ADD . /src/map-ephys

RUN pip install .
RUN pip install -e /src/map-ephys
2 changes: 2 additions & 0 deletions workers/docker-compose.workers.yml
Expand Up @@ -3,6 +3,8 @@ version: '2.4'
services:
map_workers:
build: .
env_file:
- workers-env.env
environment:
- report_store_stage
volumes:
Expand Down
2 changes: 2 additions & 0 deletions workers/workers-env.env
@@ -0,0 +1,2 @@
# Mounted volume for the report_store
report_store_stage=F:/map/figure_report

0 comments on commit 15a6d21

Please sign in to comment.