PegaMichael commited on
Commit
cf36af0
·
1 Parent(s): 552ae4f

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +5 -0
Dockerfile ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ FROM mcpdc-dockerhub.pegatroncorp.com/cambrian-dl-env/pega_pytorch_1.10.0__2.4.2_production_9b7451127a5a054bec20c2e8b7064391:20230829010615
2
+ WORKDIR /app
3
+ COPY . .
4
+ EXPOSE 7860
5
+ CMD ["python3 ./app.py"]