arsh1101 commited on
Commit
d0ee289
·
verified ·
1 Parent(s): 76b9ac3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y \
12
  RUN mkdir -p /deforestation_percentage_image_api/.config/sentinelhub
13
 
14
  # Change ownership of the configuration directory
15
- RUN chown -R arsh1101:arsh1101 /deforestation_percentage_image_api/.config # Ensure the user has ownership of the config directory
16
 
17
 
18
 
 
12
  RUN mkdir -p /deforestation_percentage_image_api/.config/sentinelhub
13
 
14
  # Change ownership of the configuration directory
15
+ # RUN chown -R arsh1101:arsh1101 /deforestation_percentage_image_api/.config # Ensure the user has ownership of the config directory
16
 
17
 
18