Skip to content

Commit 90e5692

Browse files
authored
Update Dockerfile
1 parent 756eb90 commit 90e5692

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@ RUN ARCH=$(uname -m) && \
8282

8383
# Verify Conda installation
8484
RUN conda --version
85-
conda tos accept
85+
86+
# Accept Conda TOS (Feature added 7/15/2025)
87+
RUN conda tos accept
8688

8789
# Copy project files and set up environment
8890
COPY . /iris/

0 commit comments

Comments
 (0)