Skip to content

Commit

Permalink
Support training for latency based anomalies specifically for perf-an…
Browse files Browse the repository at this point in the history
…omaly
  • Loading branch information
ssrigiri1 committed May 14, 2024
1 parent 7b42e2f commit bb07663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN apt-get update \
WORKDIR /app
COPY poetry.lock pyproject.toml ./

RUN poetry install --without dev --no-root --extras "${INSTALL_EXTRAS}" \
RUN poetry install --without dev --no-root --extras "redis druid rds" \
&& poetry run pip install --no-cache-dir "torch>=2.0,<3.0" --index-url https://download.pytorch.org/whl/cpu \
&& poetry run pip install --no-cache-dir "lightning[pytorch]" \
&& rm -rf $POETRY_CACHE_DIR \
Expand Down

0 comments on commit bb07663

Please sign in to comment.