FROM debian:bookworm # This Dockerfile is rather empty and merely serves as an example to get # yourself used to the process. During the course you'll get a Dockerfile # which sets up an LLM. # To build the base image run: # docker build . -t stemo:assessment # or # docker buildx build . -t stemo:assessment # # Your own dockerfile in your project directory should start with the line # FROM stemo:assessment