Skip to content

Commit

Permalink
cacheburst
Browse files Browse the repository at this point in the history
  • Loading branch information
sirbastiano committed Mar 23, 2024
1 parent 3e79e38 commit fd89d72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ WORKDIR /workspace
# Install Python dependencies for pyraws:
RUN apt-get update && apt-get install -y git ffmpeg libsm6 libxext6
# install pyraws
ARG CACHEBUST=1
RUN git clone -b main https://github.com/ESA-PhiLab/PyRawS.git && cd PyRawS \
&& /bin/bash -c "source ./pyraws_install.sh"

RUN git clone -b main https://github.com/ESA-PhiLab/PyRawS.git

RUN cd PyRawS && /bin/bash -c "source ./pyraws_install.sh"
RUN echo "source activate pyraws" > ~/.bashrc
ENV PATH /opt/conda/envs/pyraws/bin:$PATH

0 comments on commit fd89d72

Please sign in to comment.