Skip to content

Commit

Permalink
dockerfile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
berkgercek committed Sep 16, 2024
1 parent 7033d5c commit fa92142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brainwidemap/encoding/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ SHELL ["/bin/bash", "-c"]
# For some reason ibllib.io.video needs opencv which requires libgl1-mesa-dev ¯\_(ツ)_/¯
RUN apt update && apt install -y wget git libgl1-mesa-dev
RUN wget "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh"
RUN bash Miniforge3-$(uname)-$(uname -m).sh -b -p /opt/conda && rm Mambaforge.sh
RUN /bin/bash -c "bash Miniforge3-$(uname)-$(uname -m).sh -b -p /opt/conda && rm Mambaforge.sh"
RUN /bin/bash -c "source /opt/conda/etc/profile.d/conda.sh && \
mamba install --yes conda-build &&\
mamba env create -n iblenv --file=environment.yaml"
Expand Down

0 comments on commit fa92142

Please sign in to comment.