installing kwaylon package in the Dockerfile
This commit is contained in:
@@ -7,6 +7,8 @@ RUN --mount=type=cache,mode=0755,target=/root/.cache/pip python3 -m pip install
|
|||||||
|
|
||||||
RUN python3 -m nltk.downloader words punkt averaged_perceptron_tagger
|
RUN python3 -m nltk.downloader words punkt averaged_perceptron_tagger
|
||||||
|
|
||||||
RUN mkdir /kwaylon
|
RUN mkdir -p /kwaylon/src
|
||||||
COPY ./src /kwaylon
|
COPY ./src /kwaylon/src
|
||||||
|
COPY pyproject.toml /kwaylon
|
||||||
WORKDIR /kwaylon
|
WORKDIR /kwaylon
|
||||||
|
RUN python3 -m pip install -e /kwaylon
|
||||||
|
|||||||
Reference in New Issue
Block a user