Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aniketmaurya committed Sep 26, 2024
1 parent 6b09204 commit ec3bc5a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_docker_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ def test_color():

EXPECTED_CONENT = f"""FROM python:3.10-slim
####### Put installation commands here #######
####### Add your own installation commands here #######
# RUN pip install some-package
# RUN wget https://path/to/some/data/or/weights
# RUN apt-get update && apt-get install -y <package-name>
WORKDIR /app
Expand Down

0 comments on commit ec3bc5a

Please sign in to comment.