Skip to content
Snippets Groups Projects

Dev

Merged Julian Rasch requested to merge jr662933/jupyterhub-ai:dev into dev
2 files
+ 6
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 3
0
@@ -10,6 +10,7 @@ RUN conda env update -q -f /tmp/environment.yml && \
jupyter lab build
RUN pip3 install --upgrade pip
RUN pip install jupyterlab_flake8
COPY dash_proxy /tmp/dash_proxy/
RUN pip install /tmp/dash_proxy/
@@ -19,3 +20,5 @@ RUN pip install /llm_utils/
COPY app /dash/app/
RUN chown -R jovyan /dash/app/
COPY config.txt ${HOME}/
Loading