File size: 270 Bytes
3720aac
225ae45
475b0b9
 
3720aac
20a258b
7fbf9f0
475b0b9
7fbf9f0
f238ccb
1
2
3
4
5
6
7
8
9
10
# Base image with CUDA support
FROM slabstech/dhwani-server-base 
WORKDIR /app

COPY . .
ENV HF_HOME=/data/huggingface
# Expose port
EXPOSE 7860
# Start the server
CMD ["python", "/app/src/server/main.py", "--host", "0.0.0.0", "--port", "7860", "--config", "config_two"]