Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Updates Dockerfile to be master.
  • Loading branch information
zmalkmus authored Jun 7, 2024
1 parent 6482ed6 commit de4d41c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ RUN git clone https://github.com/CURENT/dime.git && \
rm -rf dime \
&& rm -rf /tmp/dime

RUN git clone --single-branch --branch unittesting https://github.com/CURENT/agvis.git && \
RUN git clone --single-branch --branch master https://github.com/CURENT/agvis.git && \
cd agvis && \
python3 -m pip install -e . && \
cd ..
Expand All @@ -66,4 +66,4 @@ COPY . .

# Set the entrypoint and command for the container
ENTRYPOINT []
CMD []
CMD []

0 comments on commit de4d41c

Please sign in to comment.