Skip to content

Commit

Permalink
~
Browse files Browse the repository at this point in the history
  • Loading branch information
Mustafah committed Dec 24, 2023
1 parent ee5b429 commit a6b5bbe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ RUN conda install -y python=3.9.13
# Ensure conda is in the path
ENV PATH=${MINICONDA_PATH}/bin:$PATH

RUN pip install --no-cache-dirmljar-supervised kaggle
RUN pip install --no-cache-dirmljar-supervised

# RUN pip install --no-cache-dirmljar-supervised kaggle

# # Set the working directory
# WORKDIR /app

0 comments on commit a6b5bbe

Please sign in to comment.