From e19f095aa6293d9043837d2f677adc440d17e7fc Mon Sep 17 00:00:00 2001 From: joey0629 Date: Thu, 6 Jun 2024 02:20:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Dockerfile=20and=20require?= =?UTF-8?q?ments.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8bfa8af..5756db9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,6 +25,6 @@ COPY requirements.txt . #COPY beaapi-0.0.2-py3-none-any.whl # Install any dependencies RUN pip3 install -r requirements.txt -RUN pip install beaapi-0.0.2-py3-none-any.whl +#RUN pip install beaapi-0.0.2-py3-none-any.whl # Copy the content of the local src directory to the working directory in the container COPY . . \ No newline at end of file