Skip to content

Commit

Permalink
updates sharks
Browse files Browse the repository at this point in the history
  • Loading branch information
julesbarbosa committed Aug 14, 2024
1 parent 7301a4f commit 5d2f7ab
Show file tree
Hide file tree
Showing 9 changed files with 273 additions and 802 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
data/
dist/
.env/
.ipynb_checkpoints/
11 changes: 11 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
DATA_SOURCE=S3
DATA_PATH=test-images
DB_DELETE_EXISTING=false
DB_BATCH_LOAD=False
DB_PATH=data/test-img-dataset/
ACCESS_KEY=6YEL6r45DYnfCXGhHO0n
SECRET_KEY=VJTgQwsgoLWzIApvxiAcb31BaCWJShHpHsR9byrM
ENDPOINT=localhost:9000
ENDPOINT_URL=http://localhost:9000
LOAD_DATA=true
# CSV_FILENAME=ads_w_images_test.csv
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ __pycache__
/data/
/dist/
/.idea/
/node_modules
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
FROM python:3.9-slim-bookworm as base
#------------------------------------

RUN apt-get update \
&& apt-get upgrade \
&& rm -rf /var/lib/apt/lists/*
# RUN apt-get update \
# && apt-get upgrade \
# # && rm -rf /var/lib/apt/lists/*

WORKDIR /app/

Expand Down
1 change: 1 addition & 0 deletions auth
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
disnteam:$apr1$Xe2dLnWY$CzJRHrZKSPmu5/sOGzdz40
9 changes: 9 additions & 0 deletions authsecret.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
apiVersion: v1
kind: Secret
metadata:
name: my-mmdx-secret
type: Opaque
data:
auth: ZGlzbnttbWR4ZWJsCg== # base64 encoded "disnteam:mmdxlabel"
user2: dXNlcjI6d2lsZGxpZmVtbWR4Cg== # base64 encoded "user2:wildlifemmdx"
user3: dXNlcjM6d2lsZGxhYmVsBm1tZHgK # base64 encoded "user3:wildlabelmmdx"
Loading

0 comments on commit 5d2f7ab

Please sign in to comment.