Skip to content
Snippets Groups Projects
Commit 8739f8cf authored by Devin Burke's avatar Devin Burke
Browse files

fixing ci

parent 3f180f7c
No related branches found
No related tags found
1 merge request!1Formatting and changes to blissdata server options
Pipeline #143781 failed
......@@ -7,6 +7,7 @@ build-docs:
stage: build
image: python
before_script:
- sudo apt-get install libhdf5-dev
- pip install tox
script:
- tox -e docs
......
......@@ -6,7 +6,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
# Update and basic install
RUN apt-get update && \
apt-get install -y --no-install-recommends tzdata curl wget bzip2 build-essential git libgl1-mesa-glx xvfb libxrender1 && \
apt-get install -y --no-install-recommends tzdata curl wget bzip2 build-essential git libgl1-mesa-glx xvfb libxrender1 && \
apt-get clean autoclean && apt-get autoremove --yes && \
rm -rf /var/lib/apt/lists/*
......@@ -23,7 +23,7 @@ WORKDIR /bluesky_blissdata
RUN ["/bin/bash", "-c", ". /opt/conda/etc/profile.d/conda.sh && \
. /opt/conda/etc/profile.d/mamba.sh && \
mamba create -n bluesky_blissdata python=3.10 &&\
mamba create -n bluesky_blissdata python=3.9 &&\
conda config --env --append channels esrf-bcu &&\
mamba activate bluesky_blissdata && \
mamba install blissdata && \
......
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