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"]