Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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 |
|