Skip to content

Commit

Permalink
Make sure in correct current working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Doupe committed Aug 24, 2018
1 parent 8551a7d commit 4a41b19
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion distributed/Dockerfile
Expand Up @@ -7,7 +7,7 @@ RUN mkdir /home/distributed
RUN mkdir /home/distributed/api
COPY requirements.txt home/distributed

WORKDIR /home/distributed
WORKDIR /home/distributed/api

RUN conda config --add channels ospc
RUN conda config --add channels ospc/label/dev
Expand All @@ -24,6 +24,8 @@ RUN if [ -z ${PUF_TOKEN+x} ]; \
gunzip -k puf.csv.gz; \
fi

WORKDIR /home/distributed

RUN conda install numpy>=1.12.1 pandas>=0.23.0 taxcalc=0.20.1 \
btax=0.2.2 ogusa=0.5.11 matplotlib numba six bokeh>=0.12.7 mock xlrd \
sphinx nomkl
Expand Down
4 changes: 3 additions & 1 deletion distributed/Dockerfile.local
Expand Up @@ -7,7 +7,7 @@ RUN mkdir /home/distributed/api

COPY requirements.txt home/distributed

WORKDIR /home/distributed
WORKDIR /home/distributed/api

RUN conda config --append channels conda-forge

Expand All @@ -22,6 +22,8 @@ RUN if [ -z ${PUF_TOKEN+x} ]; \
gunzip -k puf.csv.gz; \
fi

WORKDIR /home/distributed

RUN conda install numpy>=1.12.1 pandas>=0.23.0 \
matplotlib numba six bokeh>=0.12.7 mock xlrd \
sphinx nomkl
Expand Down

0 comments on commit 4a41b19

Please sign in to comment.