Skip to content

Commit

Permalink
reviewer comments
Browse files Browse the repository at this point in the history
  • Loading branch information
johnml1135 committed Oct 30, 2024
1 parent 7a16abc commit eaef391
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ RUN --mount=type=cache,target=/root/.cache \
# these are needed for clearml to run
python -m pip install --no-cache-dir clearml-agent setuptools
RUN python -m pip install --no-deps . && rm -r /root/*
ENV CLEARML_AGENT_SKIP_PYTHON_ENV_INSTALL=1 \
CLEARML_AGENT_SKIP_PIP_VENV_INSTALL=1
ENV CLEARML_AGENT_SKIP_PYTHON_ENV_INSTALL=1

CMD ["bash"]
3 changes: 1 addition & 2 deletions dockerfile.cpu_only
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ RUN --mount=type=cache,target=/root/.cache \
# these are needed for clearml to run
python -m pip install --no-cache-dir clearml-agent setuptools
RUN python -m pip install --no-deps . && rm -r /root/*
ENV CLEARML_AGENT_SKIP_PYTHON_ENV_INSTALL=1 \
CLEARML_AGENT_SKIP_PIP_VENV_INSTALL=1
ENV CLEARML_AGENT_SKIP_PYTHON_ENV_INSTALL=1

CMD ["bash"]

0 comments on commit eaef391

Please sign in to comment.