kail518

Results 2 comments of kail518

{"error":"model 'tinyllama' not found, try pulling it first"}

Dockerfile ``` # Base image FROM ubuntu:20.04 # Set working directory WORKDIR /app # Update and install required packages RUN apt-get update && \ apt-get install -y git-lfs wget &&...