Skip to content

Commit

Permalink
feat: change something in kmeans to trigger image build
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeLionX committed Nov 21, 2023
1 parent 467ffee commit 468a16c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kmeans/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ ENV ALGORITHM_MAIN="/app/algorithm.py"

# install algorithm dependencies
COPY requirements.txt /app/

RUN pip install -r /app/requirements.txt

COPY . /app/

0 comments on commit 468a16c

Please sign in to comment.