Spaces:
Sleeping
Sleeping
fahmiaziz98
commited on
Commit
·
200871a
1
Parent(s):
56057a5
refactor dockerfile 3 fix permission user non root
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -26,7 +26,7 @@ RUN set -ex \
|
|
26 |
/app/ml-models/tinybert-disaster-tweet \
|
27 |
/app/ml-models/vit-human-pose-classification \
|
28 |
&& chown -R appuser:appgroup /app/ml-models \
|
29 |
-
&& chmod -R u+w /app/ml-models
|
30 |
&& apt-get autoremove -y \
|
31 |
&& apt-get clean -y \
|
32 |
&& rm -rf /var/lib/apt/lists/*
|
|
|
26 |
/app/ml-models/tinybert-disaster-tweet \
|
27 |
/app/ml-models/vit-human-pose-classification \
|
28 |
&& chown -R appuser:appgroup /app/ml-models \
|
29 |
+
&& chmod -R u+w /app/ml-models \
|
30 |
&& apt-get autoremove -y \
|
31 |
&& apt-get clean -y \
|
32 |
&& rm -rf /var/lib/apt/lists/*
|