prthm11 commited on
Commit
c94f3ab
·
verified ·
1 Parent(s): d2a90ed

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -1,6 +1,8 @@
1
  # Use an official Python runtime as a parent image
2
  FROM python:3.11-slim
3
 
 
 
4
  # Set environment variables for Hugging Face cache
5
  ENV DEBIAN_FRONTEND=noninteractive \
6
  PYTHONUNBUFFERED=1 \
 
1
  # Use an official Python runtime as a parent image
2
  FROM python:3.11-slim
3
 
4
+ WORKDIR /app #add by P
5
+
6
  # Set environment variables for Hugging Face cache
7
  ENV DEBIAN_FRONTEND=noninteractive \
8
  PYTHONUNBUFFERED=1 \