File tree Expand file tree Collapse file tree 4 files changed +18
-6
lines changed
Expand file tree Collapse file tree 4 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 2020 - name : Setup Miniconda
2121 uses : conda-incubator/setup-miniconda@v2
2222 with :
23+ miniforge-version : latest
24+ use-mamba : true
25+ channels : conda-forge
2326 activate-environment : hls4ml-tutorial
2427 environment-file : environment.yml
2528 python-version : 3.10.10
Original file line number Diff line number Diff line change 11FROM jupyter/tensorflow-notebook:tensorflow-2.11.1
22
3+ # Install curl
4+ USER root
5+ RUN apt-get update -y && \
6+ apt-get install --no-install-recommends -y \
7+ curl \
8+ libtinfo5 && \
9+ apt-get clean && \
10+ rm -rf /var/lib/apt/lists/*
11+
312# Install hls4ml and dependencies
413USER ${NB_USER}
514RUN mamba install -y -c conda-forge \
615 graphviz==7.1.0 \
716 pydot==1.4.2 \
817 tensorflow-datasets==4.8.3 \
918 jupyter-book==0.15.1 \
10- jupyter_contrib_nbextensions==0.5.1
19+ jupyter_contrib_nbextensions==0.7.0
1120RUN pip install \
12- hls4ml[profiling]==0.7.1 \
21+ hls4ml[profiling]==0.8.0 \
1322 qkeras==0.9.0 \
1423 conifer==0.2b0
1524RUN mamba clean --all -f -y && \
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ RUN mamba install -y -c conda-forge \
2121 pydot==1.4.2 \
2222 tensorflow-datasets==4.8.3 \
2323 jupyter-book==0.15.1 \
24- jupyter_contrib_nbextensions==0.5.1
24+ jupyter_contrib_nbextensions==0.7.0
2525RUN pip install \
26- hls4ml[profiling]==0.7.1 \
26+ hls4ml[profiling]==0.8.0 \
2727 qkeras==0.9.0 \
2828 conifer==0.2b0
2929RUN mamba clean --all -f -y && \
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ channels:
33 - conda-forge
44dependencies :
55 - python=3.10.10
6- - jupyter_contrib_nbextensions==0.5.1
6+ - jupyter_contrib_nbextensions==0.7.0
77 - jupyterhub==3.1.1
88 - jupyter-book==0.15.1
99 - jsonschema-with-format-nongpl
@@ -16,6 +16,6 @@ dependencies:
1616 - widgetsnbextension==3.6.0
1717 - pip==23.0.1
1818 - pip :
19- - hls4ml[profiling]==0.7.1
19+ - hls4ml[profiling]==0.8.0
2020 - qkeras==0.9.0
2121 - conifer==0.2b0
You can’t perform that action at this time.
0 commit comments