Skip to content

Commit 85c860c

Browse files
author
marwan37
committed
update research-radar dockerfile
1 parent 0d4e858 commit 85c860c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

research-radar/Dockerfile.sandbox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN pip install --no-cache-dir \
2929
# Set workspace directory
3030
WORKDIR /workspace
3131

32-
# Clone only the omni-reader directory and reorganize
32+
# Clone only the project directory and reorganize
3333
RUN git clone --depth 1 https://github.com/zenml-io/zenml-projects.git /tmp/zenml-projects && \
3434
cp -r /tmp/zenml-projects/research-radar/* /workspace/ && \
3535
rm -rf /tmp/zenml-projects

0 commit comments

Comments
 (0)