Skip to content

Commit

Permalink
fix: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoMagnini committed May 3, 2023
1 parent 9e62753 commit 97a446a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM python:3.9
EXPOSE 8888
RUN pip install jupyter
RUN pip install lime
COPY requirements.txt .
COPY requirements-demo.txt .
RUN pip install -r requirements-demo.txt
RUN mkdir -p /root/.jupyter
ENV JUPYTER_CONF_FILE /root/.jupyter/jupyter_notebook_config.py
Expand Down

0 comments on commit 97a446a

Please sign in to comment.