Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bis-aria
ariaec
Commits
00d68653
Commit
00d68653
authored
Jul 02, 2019
by
Fabrice ALLAIN
Browse files
fix: update dockerfile
parent
40b59e96
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
00d68653
...
...
@@ -15,7 +15,8 @@ RUN wget http://www2.ccpn.ac.uk/download/ccpnmr/analysis2.4.2.tar.gz; tar xvzf a
RUN
mkdir
build-aria
&&
mkdir
build-aria/src
ADD
src/aria /build-aria/src/aria
ADD
*.py PKG-INFO /build-aria/
RUN
ls
build-aria
RUN
which pip
RUN
ls
build-aria/src/aria
RUN
type
pip
;
type
python
RUN
pip
--version
RUN
cd
build-aria
;
pip
install
.
;
npm
install
--save-dev
husky
RUN
npx yarn add husky
--dev
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment