nurfarah57 commited on
Commit
1c3e963
·
verified ·
1 Parent(s): 38dba91

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -8
Dockerfile CHANGED
@@ -1,13 +1,5 @@
1
- # Use official Python image
2
  FROM python:3.10
3
 
4
- # Create a writable cache directory
5
- RUN mkdir -p /cache && chmod -R 777 /cache
6
-
7
- # Set environment variable
8
- ENV HF_HOME=/cache
9
-
10
- # Upgrade pip
11
  RUN pip install --upgrade pip
12
 
13
  WORKDIR /app
 
 
1
  FROM python:3.10
2
 
 
 
 
 
 
 
 
3
  RUN pip install --upgrade pip
4
 
5
  WORKDIR /app