FROM python:3.10.9 COPY . . WORKDIR / RUN pip install -r requirements.txt EXPOSE 7860 CMD ["python","HelloWorld/greeter_server.py"]