From faf4fda156d51e368a766517fda40d6bbddb1c77 Mon Sep 17 00:00:00 2001 From: Daniel Crusius Date: Thu, 30 May 2024 18:08:33 +0100 Subject: [PATCH] update Dockerfile to use pypi package --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 16482e2..080d725 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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