File size: 135 Bytes
ca1225d
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
FROM ghcr.io/gordonchanfz/open-model-api-adapt:latest



COPY . .

RUN mkdir /.cache && chmod 777 /.cache

CMD ["python", "server.py"]