Skip to content

Commit

Permalink
update Dockerfile to use pypi package
Browse files Browse the repository at this point in the history
  • Loading branch information
D-Cru committed May 30, 2024
1 parent 1d95fde commit faf4fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y \
git \
&& rm -rf /var/lib/apt/lists/*

RUN pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple noiseestimator==0.0.5
RUN pip install noiseestimator

# Install the Streamlit library
RUN pip install streamlit
Expand Down

0 comments on commit faf4fda

Please sign in to comment.