Skip to content

Commit

Permalink
Merge pull request #5 from alphasentaurii/release/v0.2.x
Browse files Browse the repository at this point in the history
Release/v0.2.6
  • Loading branch information
alphasentaurii authored Nov 29, 2021
2 parents 80a2794 + c3c2fc2 commit 803b67f
Show file tree
Hide file tree
Showing 12 changed files with 37 additions and 318 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ docs/_build

# Packages/installer info
*.egg
spacekit.egg-info
spacekit.egg-info/*
*.egg-info/
*spacekit.egg-info/
dist
build
eggs
Expand All @@ -47,6 +47,8 @@ distribute-*.tar.gz
.settings
crds_cache
*k2_lightcurve_cnn.py
svm-data/
docker/dev/

# Mac OSX
.DS_Store
Expand Down
4 changes: 2 additions & 2 deletions docker/svm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN yum remove -y kernel-devel &&\

WORKDIR /home/developer
RUN mkdir /home/developer/scripts
COPY scripts /home/developer/.
COPY scripts /home/developer/scripts/.
RUN chown -R developer:developer /home/developer

COPY requirements.txt /home/developer/.
Expand All @@ -47,5 +47,5 @@ RUN pip install numpy~=1.21
USER developer
ENV SVM_QUALITY_TESTING=on
ENV TF_CPP_MIN_LOG_LEVEL=2
RUN conda init bash && source ~/.bashrc && conda activate && conda install typing-extensions
RUN conda init bash && pip install typing-extensions
CMD ["/bin/bash"]
5 changes: 0 additions & 5 deletions docker/svm/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,2 @@
spacekit
drizzlepac
# tensorflow==2.6.2
# progressbar==2.5
# tqdm==4.62.3
# tables==3.6.1
# plotly~=5.3.1
4 changes: 2 additions & 2 deletions docker/svm/run-container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ src_data=${1:-"${HOME}/svm-data"} # "$(pwd)"/${svm_data}
docker run \
-it \
-m=10000m \
--name spacekit_svm \
--name spacekitsvm \
--mount type=bind,source=${src_data},target=/home/developer/data \
alphasentaurii/spacekit:svm
alphasentaurii/spacekit:svm
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@


#setup(use_scm_version={'write_to': 'spacekit/_version.py'})
setup(version='0.2.5')
setup(version='0.2.6')
159 changes: 0 additions & 159 deletions spacekit.egg-info/PKG-INFO

This file was deleted.

90 changes: 0 additions & 90 deletions spacekit.egg-info/SOURCES.txt

This file was deleted.

1 change: 0 additions & 1 deletion spacekit.egg-info/dependency_links.txt

This file was deleted.

1 change: 0 additions & 1 deletion spacekit.egg-info/not-zip-safe

This file was deleted.

29 changes: 0 additions & 29 deletions spacekit.egg-info/requires.txt

This file was deleted.

2 changes: 0 additions & 2 deletions spacekit.egg-info/top_level.txt

This file was deleted.

Loading

0 comments on commit 803b67f

Please sign in to comment.