mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-17 21:25:46 +02:00
Remove obsolete dependency groups from Dockerfile
This commit is contained in:
+1
-1
@@ -7,6 +7,6 @@ WORKDIR /app
|
||||
COPY . .
|
||||
|
||||
# Install any needed packages specified in requirements.txt
|
||||
RUN pip install poetry && poetry config virtualenvs.create false && poetry install --with test,lint,typing,dev
|
||||
RUN pip install poetry && poetry config virtualenvs.create false && poetry install --with test
|
||||
|
||||
RUN poetry run pytest
|
||||
|
||||
Reference in New Issue
Block a user