Synced repo using 'sync_with_huggingface' Github Action
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
FROM python:3.12-slim
|
2 |
|
3 |
-
RUN apt-get update && apt-get install -y git
|
4 |
|
5 |
ADD https://timeapi.io/api/Time/current/zone?timeZone=Europe/Amsterdam v.json
|
6 |
|
|
|
1 |
FROM python:3.12-slim
|
2 |
|
3 |
+
RUN apt-get update && apt-get install -y git
|
4 |
|
5 |
ADD https://timeapi.io/api/Time/current/zone?timeZone=Europe/Amsterdam v.json
|
6 |
|