test-gpt-2 / Dockerfile
PegaMichael's picture
Create Dockerfile
eebd2a3
raw
history blame contribute delete
264 Bytes
FROM mcpdc-dockerhub.pegatroncorp.com/cambrian-dl-env/pega_pytorch_1.10.0__2.4.2_production_9b7451127a5a054bec20c2e8b7064391:20230829010615
WORKDIR /app
COPY . .
RUN pip install --no-cache-dir --upgrade -r ./requirements.txt
EXPOSE 7860
CMD ["python3 ./app.py"]