Skip to content

Commit d857131

Browse files
committed
Point Bomberland/CybORG clones at CodeClash-ai mirrors
Repoint the upstream git clones to our own forks under CodeClash-ai (bomberland, CybORG) for maintenance control and independence from upstream. Pinned commits unchanged.
1 parent 5acbedb commit d857131

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

codeclash/arenas/bomberland/Bomberland.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN apt-get update \
99

1010
# Keep a pinned copy of the upstream competition source for provenance and
1111
# agent authors who want to inspect the original starter-kit shape.
12-
RUN git clone https://github.com/CoderOneHQ/bomberland.git /opt/bomberland \
12+
RUN git clone https://github.com/CodeClash-ai/bomberland.git /opt/bomberland \
1313
&& cd /opt/bomberland \
1414
&& git checkout ${BOMBERLAND_COMMIT}
1515

codeclash/arenas/cyborg/CybORG.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN apt-get update \
1010
&& rm -rf /var/lib/apt/lists/*
1111

1212
RUN python -m pip install --upgrade pip \
13-
&& git clone https://github.com/cage-challenge/CybORG.git /opt/CybORG \
13+
&& git clone https://github.com/CodeClash-ai/CybORG.git /opt/CybORG \
1414
&& cd /opt/CybORG \
1515
&& git checkout a2d03f99e587af153ae0ac50fb94ba6272e4fff2 \
1616
&& python -m pip install "numpy<1.24" -e /opt/CybORG

0 commit comments

Comments
 (0)