Skip to content
Snippets Groups Projects
Unverified Commit a3425fa6 authored by Ahmet Oner's avatar Ahmet Oner Committed by GitHub
Browse files

Merge pull request #156 from ahmetoner/fix-swagger-ui-rendering-issue

Fix `swagger-ui` rendering issues by upgrading to `v5.9.1`, fixes #15…
parents 9c815678 71cf6438
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,10 @@ Changelog
Unreleased
----------
### Fixed
- Fixed `swagger-ui` rendering issues by upgrading to `v5.9.1`, fixes #153 and #154
[1.2.1] (2023-11-03)
--------------------
......
FROM swaggerapi/swagger-ui:v4.18.2 AS swagger-ui
FROM swaggerapi/swagger-ui:v5.9.1 AS swagger-ui
FROM python:3.10-slim
ENV POETRY_VENV=/app/.venv
......
FROM swaggerapi/swagger-ui:v4.18.2 AS swagger-ui
FROM swaggerapi/swagger-ui:v5.9.1 AS swagger-ui
FROM nvidia/cuda:11.8.0-cudnn8-runtime-ubuntu22.04
ENV PYTHON_VERSION=3.10
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment