Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Arman Khalatyan
okd-panel
Commits
03e1d52f
Commit
03e1d52f
authored
Jul 20, 2020
by
Arman Khalatyan
Browse files
Adding hvplot
parent
ffb983ee
Pipeline
#1204
failed with stages
in 4 minutes and 48 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
03e1d52f
# base image
FROM
arm2arm/astro-aiko:latest
#USER root
USER
root
RUN
apt-get update
&&
\
apt-get
install
-y
libbz2-dev
#RUN apt update &&\
# apt install -q -y nfs-common
#Upgrade pip
...
...
@@ -9,7 +12,6 @@ RUN pip install --upgrade pip
COPY
requirements.txt /tmp
RUN
pip
install
-r
/tmp/requirements.txt
ARG
UNAME=stuser
ARG
UID=1000
ARG
GID=1000
...
...
requirements.txt
View file @
03e1d52f
...
...
@@ -8,4 +8,8 @@ matplotlib
numpy
pyvo
astropy
bokeh
pyviz_comms
holoviews
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