Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
conda_recipes
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dev
conda_recipes
Commits
9a917192
Commit
9a917192
authored
4 weeks ago
by
Dominique Benielli
Browse files
Options
Downloads
Patches
Plain Diff
first update for ltfatpy 1.0.17
parent
8c6f3762
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
docker/Dockerfile
+2
-2
2 additions, 2 deletions
docker/Dockerfile
docker/Dockerfile-16.04
+28
-0
28 additions, 0 deletions
docker/Dockerfile-16.04
recipes/ltfatpy/conda_build_config.yaml
+3
-1
3 additions, 1 deletion
recipes/ltfatpy/conda_build_config.yaml
with
33 additions
and
3 deletions
docker/Dockerfile
+
2
−
2
View file @
9a917192
FROM
ubuntu:
16
.04
MAINTAINER
Florent Jaillet
FROM
ubuntu:
24
.04
MAINTAINER
Dominique Benielli
WORKDIR
/tmp/
RUN
apt-get update
&&
\
...
...
This diff is collapsed.
Click to expand it.
docker/Dockerfile-16.04
0 → 100644
+
28
−
0
View file @
9a917192
FROM ubuntu:16.04
MAINTAINER Florent Jaillet
WORKDIR /tmp/
RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y --no-install-recommends \
wget \
ca-certificates \
bzip2 \
gcc \
g++ \
git \
&& \
apt-get clean
ENV CONDA=/miniconda/bin/conda
RUN wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh && \
bash Miniconda3-latest-Linux-x86_64.sh -b -p /miniconda && \
rm Miniconda3-latest-Linux-x86_64.sh && \
$CONDA update -n base -y conda && \
$CONDA update -y --all && \
$CONDA install -y conda-build anaconda-client && \
$CONDA clean -y --all
RUN mkdir -p /root/.config/matplotlib && \
echo "backend: pdf" > /root/.config/matplotlib/matplotlibrc
This diff is collapsed.
Click to expand it.
recipes/ltfatpy/conda_build_config.yaml
+
3
−
1
View file @
9a917192
python_version
:
-
2.7
-
3.5
-
3.6
-
3.7
-
3.8
-
3.9
-
3.10
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment