Skip to content
Snippets Groups Projects
Commit f50deb01 authored by Julian's avatar Julian
Browse files

added flake8 as linter for the jupyterlab

parent 9e2c3de5
No related branches found
No related tags found
2 merge requests!6Finalized Jupyterlab for the sprint,!4Dev
...@@ -10,6 +10,7 @@ RUN conda env update -q -f /tmp/environment.yml && \ ...@@ -10,6 +10,7 @@ RUN conda env update -q -f /tmp/environment.yml && \
jupyter lab build jupyter lab build
RUN pip3 install --upgrade pip RUN pip3 install --upgrade pip
RUN pip install jupyterlab_flake8
COPY dash_proxy /tmp/dash_proxy/ COPY dash_proxy /tmp/dash_proxy/
RUN pip install /tmp/dash_proxy/ RUN pip install /tmp/dash_proxy/
...@@ -19,3 +20,5 @@ RUN pip install /llm_utils/ ...@@ -19,3 +20,5 @@ RUN pip install /llm_utils/
COPY app /dash/app/ COPY app /dash/app/
RUN chown -R jovyan /dash/app/ RUN chown -R jovyan /dash/app/
COPY config.txt ${HOME}/
...@@ -2,11 +2,14 @@ jupyter-server-proxy==4.0.0 ...@@ -2,11 +2,14 @@ jupyter-server-proxy==4.0.0
jupyterlab-git==0.42.0 jupyterlab-git==0.42.0
jupyter_server>=2.0 jupyter_server>=2.0
flake8
dash dash
dash-bootstrap-components dash-bootstrap-components
plotly plotly
openai openai
rapidfuzz rapidfuzz
nltk
python-dotenv python-dotenv
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment