hadadrjt's picture
LFM2.5-1.2B: 2026-01-14.
e2e7b98
raw
history blame contribute delete
189 Bytes
#
# SPDX-FileCopyrightText: Hadad <hadad@linuxmail.org>
# SPDX-License-Identifier: Apache-2.0
#
FROM hadadrjt/playground:public-latest
WORKDIR /app
COPY src/* .
CMD ["python", "app.py"]