Synced repo using 'sync_with_huggingface' Github Action
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -5,7 +5,6 @@ FROM python:3.10
|
|
5 |
RUN apt-get update && apt-get install -y git
|
6 |
|
7 |
# allow permissions
|
8 |
-
RUN chmod 777 -R .
|
9 |
RUN chmod 777 -R /root
|
10 |
|
11 |
# force docker to rebuild from this step if version.json changes
|
|
|
5 |
RUN apt-get update && apt-get install -y git
|
6 |
|
7 |
# allow permissions
|
|
|
8 |
RUN chmod 777 -R /root
|
9 |
|
10 |
# force docker to rebuild from this step if version.json changes
|