-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Joon-Yong Lee
authored
Jan 23, 2018
1 parent
bf55786
commit e2f923f
Showing
22 changed files
with
440,927 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
FROM coldfire79/bsf-py | ||
|
||
RUN pip install pandas numba scipy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,8 @@ | ||
# LINCS-Finder | ||
a web app to find the most interesting signatures from LINCS L1000 | ||
# How to build | ||
docker build -t coldfire79/server . | ||
|
||
# How to debug | ||
docker run -v /Volumes/userdata/Joonyong/bsf-server-gse/:/tmp/server:consistent -p 127.0.0.1:3333:3333 -it --name server coldfire79/server /bin/bash | ||
|
||
# How to run | ||
docker run -v /Volumes/userdata/Joonyong/bsf-server-gse/:/tmp/server:consistent -it --name server coldfire79/bsf-py /bin/bash |
Oops, something went wrong.