-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #51 from IDEA-Research/dev
release: v0.4.0
- Loading branch information
Showing
62 changed files
with
1,327 additions
and
770 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,9 @@ | |
.commitlintrc | ||
|
||
# for local cache | ||
op | ||
data | ||
dist | ||
docs | ||
node_modules | ||
deepdataspace.egg-info |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,26 +6,13 @@ RUN npm install -g [email protected] && \ | |
pnpm install --frozen-lockfile && \ | ||
pnpm run build:app | ||
|
||
FROM deepdataspace/python:3.8 AS dds-builder | ||
FROM python:3.10 | ||
|
||
WORKDIR /dds/source | ||
COPY . ./ | ||
COPY --from=frontend-builder /frontend/packages/app/dist ./deepdataspace/server/static | ||
COPY --from=frontend-builder /frontend/packages/app/dist/index.html ./deepdataspace/server/templates/index.html | ||
RUN python3 setup.py sdist && \ | ||
cd /dds/source/dist/ && \ | ||
mv deepdataspace*.tar.gz deepdataspace.tar.gz | ||
|
||
FROM deepdataspace/python:3.8 | ||
RUN mkdir -p /dds/runtime && \ | ||
mkdir -p /dds/datasets && \ | ||
rm -rf /root/.config/pip | ||
|
||
WORKDIR /dds | ||
COPY --from=dds-builder /dds/source/dist/deepdataspace.tar.gz /tmp/deepdataspace.tar.gz | ||
RUN cd /tmp && \ | ||
pip3 install deepdataspace.tar.gz && \ | ||
pip cache purge | ||
|
||
ENV PYTHONUNBUFFERED=1 DDS_IN_DOCKER=1 | ||
ADD Dockerfile /root/dds.Dockerfile | ||
RUN mkdir /dds/datasets && \ | ||
mkdir /dds/samples && \ | ||
python3 -m pip install -r requirements.txt && \ | ||
python3 -m pip cache purge |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -128,6 +128,7 @@ | |
}, | ||
} | ||
} | ||
|
||
if is_local: | ||
LOGGING["handlers"]["django"] = { | ||
"level" : "INFO", | ||
|
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...e/server/static/818.abe18eb2.async.js.map → ...e/server/static/714.19514423.async.js.map
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 0 additions & 4 deletions
4
deepdataspace/server/static/p__Annotator__index.4c4249ee.async.js
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.