From 947cc86ad8250f11730d469c89afe6047f80a448 Mon Sep 17 00:00:00 2001 From: heimoshuiyu Date: Tue, 4 Jun 2024 17:56:55 +0800 Subject: [PATCH] typo --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index fcd281b..79c2ec4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,4 @@ RUN pip install -r requirements_version.txt --no-cache-dir -i https://pypi.tuna. COPY . . -RUN python acge_embedding.py - CMD ["python", "main.py"]