Skip to content
Snippets Groups Projects

F fsm

Merged Timm Fitschen requested to merge f-fsm into dev
5 files
+ 43
17
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -5,6 +5,6 @@ RUN apt-get update && \
@@ -5,6 +5,6 @@ RUN apt-get update && \
curl pycodestyle \
curl pycodestyle \
python3-sphinx
python3-sphinx
ARG COMMIT="dev"
ARG COMMIT="dev"
RUN git clone -b dev https://gitlab.com/caosdb/caosdb-pylib.git && \
RUN git clone -b dev https://gitlab.indiscale.com/caosdb/src/caosdb-pylib.git && \
cd caosdb-pylib && git checkout $COMMIT && pip3 install .
cd caosdb-pylib && git checkout $COMMIT && pip3 install .
RUN pip3 install recommonmark sphinx-rtd-theme
RUN pip3 install recommonmark sphinx-rtd-theme
Loading