Jelajahi Sumber

Fix syntax error in Dockerfile pip install command

Everett Wilber 1 bulan lalu
induk
melakukan
f4dde86b36
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -139,7 +139,7 @@ RUN pip3 install --no-cache-dir uv && \
     python -c "import os; import tiktoken; tiktoken.get_encoding(os.environ['TIKTOKEN_ENCODING_NAME'])"; \
     fi; \
     else \
-    uv pip install --system -r requirements.txt --no-cache-dir && \
+    uv pip install --system -r requirements.txt --no-cache-dir; \
     fi; \
     chown -R $UID:$GID /app/backend/data/