We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a97de7 commit 31883abCopy full SHA for 31883ab
Dockerfile
@@ -10,6 +10,7 @@ FROM ghcr.io/hasadna/knesset-data-pipelines/knesset-data-pipelines:8028b98004108
10
#COPY Pipfile.lock /pipelines/
11
#RUN pipenv install --system --deploy --ignore-pipfile
12
#RUN python3 -m pip install jupyterlab
13
+RUN pip install -e 'git+https://github.com/hasadna/knesset-data-python.git@3e3141ff76eabf20a72d16fc098544759f5952a8#egg=knesset-data'
14
COPY datapackage_pipelines_knesset /pipelines/datapackage_pipelines_knesset
15
COPY setup.py /pipelines/
16
RUN pip install -e .
0 commit comments