mac9087 commited on
Commit
7cd5166
·
verified ·
1 Parent(s): cd51489

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -26,7 +26,7 @@ RUN apt-get update && apt-get install -y \
26
 
27
  # Create necessary directories with appropriate permissions
28
  RUN mkdir -p /tmp/uploads /tmp/results /tmp/huggingface/transformers /tmp/huggingface/datasets \
29
- && chmod -R 755 /tmp/uploads /tmp/results /tmp/huggingface
30
 
31
  # Copy requirements file and install dependencies
32
  COPY requirements.txt .
 
26
 
27
  # Create necessary directories with appropriate permissions
28
  RUN mkdir -p /tmp/uploads /tmp/results /tmp/huggingface/transformers /tmp/huggingface/datasets \
29
+ && chmod -R 777 /tmp/uploads /tmp/results /tmp/huggingface
30
 
31
  # Copy requirements file and install dependencies
32
  COPY requirements.txt .