Skip to content

Commit

Permalink
Update neon-data-models dependency spec
Browse files Browse the repository at this point in the history
Resolve syntax warnings in Dockerfile
  • Loading branch information
NeonDaniel committed Nov 21, 2024
1 parent d6634f8 commit 9a6f595
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@ FROM python:3.10-slim
LABEL vendor=neon.ai \
ai.neon.name="neon-users-service"

ENV OVOS_CONFIG_BASE_FOLDER neon
ENV OVOS_CONFIG_FILENAME diana.yaml
ENV XDG_CONFIG_HOME /config
ENV OVOS_CONFIG_BASE_FOLDER=neon
ENV OVOS_CONFIG_FILENAME=diana.yaml
ENV XDG_CONFIG_HOME=/config
ENV XDG_DATA_HOME=/data
COPY docker_overlay/ /

RUN apt-get update && \
apt-get install -y \
gcc \
python3 \
python3-dev \
python3 \
python3-dev \
&& pip install wheel

ADD . /neon_users_service
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pydantic~=2.0
ovos-config~=0.1
ovos-utils~=0.0
neon-data-models @ git+https://github.com/neongeckocom/neon-data-models@FEAT_UpdateUserDbCRUDOperations
neon-data-models>=0.0.0a4

0 comments on commit 9a6f595

Please sign in to comment.