FROM ubuntu:latest
RUN apt update && apt install curl git vim -yq
RUN curl -sL https://aka.ms/InstallAzureCLIDeb | bash
RUN curl -LO https://releases.hashicorp.com/terraform/1.3.2/terraform_1.3.2_linux_386.zip
RUN apt install unzip -yq && unzip terraform_1.3.2_linux_386.zip && mv terraform /usr/local/bin/ && rm terraform_1.3.2_linux_386.zip
ENV DEBIAN_FRONTEND=noninteractive
RUN apt update && apt install curl git ssh cmake ack g++ tmux ncurses-dev -yq
RUN sh -c "$(curl -fsSL https://raw.githubusercontent.com/qooba/vim-python-ide/master/setup.sh)"
CMD /bin/bash
View README.md
View README.md
Installation
git clone -b feature/filesource_s3 https://github.com/qooba/feast.git cd feast && make install-python-ci-dependencies
Usage
You have to set environment variables:
AWS_ACCESS_KEY_ID
, AWS_SECRET_ACCESS_KEY
View lightworks.Dockerfile
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
# Lightworks | |
# | |
# VERSION 0.0.1 | |
FROM ubuntu:18.04 | |
RUN apt-get update | |
RUN apt-get install -y wget | |
RUN wget https://cdn.lwks.com/lightworks-14.5.0-amd64.deb | |
# Dependencies for Lightworks | |
RUN apt-get install -y libldap-2.4-2 libjack0 | |
RUN apt-get install -y ./lightworks-14.5.0-amd64.deb |
View README.md
Salt example
View README.md
UNet test
View .gitignore
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
bin/ | |
.vscode/ | |
obj/ |
View recommendation.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View LICENSE
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
MIT License | |
Copyright (c) 2016 Jakub Sołtys | |
Permission is hereby granted, free of charge, to any person obtaining a copy | |
of this software and associated documentation files (the "Software"), to deal | |
in the Software without restriction, including without limitation the rights | |
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
copies of the Software, and to permit persons to whom the Software is | |
furnished to do so, subject to the following conditions: |
View README_word2vec_uw_2018_04_18.txt
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
https://research.googleblog.com/2018/04/introducing-semantic-experiences-with.html | |
https://books.google.com/talktobooks/ | |
http://www.deepdata.pl/uncategorized/przygotowanie-polskiego-modelu-word2vec-z-wykorzystaniem-korpusu-opensubtitles/ | |
https://github.com/emsi/wordvectors/ | |
https://github.com/Kyubyong/wordvectors |
NewerOlder