VatsalPatel18 commited on
Commit
b2ac039
1 Parent(s): 4797a2b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -4
Dockerfile CHANGED
@@ -24,10 +24,7 @@ RUN pip install --no-cache-dir --upgrade -r $HOME/app/requirements.txt
24
  COPY --chown=user . $HOME/app/
25
 
26
  # Create the cache directory with appropriate permissions
27
- RUN mkdir -p $HOME/app/hf_cache && chmod -R 777 $HOME/app/hf_cache
28
-
29
- # Copy .env file to the working directory
30
- COPY --chown=user .env $HOME/app/
31
 
32
  # Expose the port that Gradio will run on
33
  EXPOSE 7860
 
24
  COPY --chown=user . $HOME/app/
25
 
26
  # Create the cache directory with appropriate permissions
27
+ #RUN mkdir -p $HOME/app/hf_cache && chmod -R 777 $HOME/app/hf_cache
 
 
 
28
 
29
  # Expose the port that Gradio will run on
30
  EXPOSE 7860