Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
francois-a committed Oct 1, 2019
1 parent 62bc459 commit bfb5ae8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ RUN pip3 install numpy pandas scipy
RUN pip3 install pandas-plink ipython jupyter matplotlib pyarrow torch rpy2 gcsfs

RUN cd /opt && \
wget https://github.com/broadinstitute/tensorqtl/archive/v1.0.0-rc1.tar.gz&& \
tar -xf v1.0.0-rc1.tar.gz && mv tensorqtl-1.0.0-rc1 tensorqtl && \
rm v1.0.0-rc1.tar.gz
wget https://github.com/broadinstitute/tensorqtl/archive/v1.0.0.tar.gz&& \
tar -xf v1.0.0.tar.gz && mv tensorqtl-1.0.0 tensorqtl && \
rm v1.0.0.tar.gz
RUN pip3 install -e /opt/tensorqtl/
2 changes: 1 addition & 1 deletion tensorqtl/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "1.0.0"
__version__ = "1.0.0_0"
from .tensorqtl import *

0 comments on commit bfb5ae8

Please sign in to comment.