Skip to content

Commit 21189eb

Browse files
authored
dockerfile (#154)
Signed-off-by: Mandana Vaziri <[email protected]>
1 parent 8c28da9 commit 21189eb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
FROM --platform=linux/arm64/v8 python:3.11-slim
1+
FROM python:3.11-slim
22

33
WORKDIR /pdl
44

55
RUN apt-get update && apt-get install -y git
66

77
COPY . /pdl
88

9-
RUN pip install prompt-declaration-language
109
RUN pip install prompt-declaration-language[examples]
1110

1211
ENTRYPOINT ["pdl"]

0 commit comments

Comments
 (0)