build_docker_base.sh 112 B

1234
  1. #!/bin/bash
  2. docker pull python:3.10-slim-bullseye
  3. docker build -f Dockerfile.base --no-cache -t chatbot_base .