This commit is contained in:
2024-06-04 17:56:55 +08:00
parent 88f1bb8b64
commit 947cc86ad8

View File

@@ -10,6 +10,4 @@ RUN pip install -r requirements_version.txt --no-cache-dir -i https://pypi.tuna.
COPY . . COPY . .
RUN python acge_embedding.py
CMD ["python", "main.py"] CMD ["python", "main.py"]