일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- pytorch
- numpy
- AI
- Windows
- Flask
- format
- Package
- KAKAO
- Container
- GitLab
- PostgreSQL
- enV
- Paper
- file
- evaluation
- Laravel
- Python
- LLM
- list
- Linux
- CUDA
- judge
- Mac
- DB
- TORCH
- Database
- git
- docker
- Converting
- pandas
Archives
- Today
- Total
목록php (1)
Daily Develope
[Docker] Dockerfile 샘플 (PHP 환경 구축)
ㅇ PHP 개발환경 구축 FROM ubuntu:focal ENV CLIENT_HOME="/opt/dat" ENV TZ="Asia/Seoul" ENV MY_GIT="https://giturl" # apt mirror WORKDIR /etc/apt/ RUN sed -i 's/archive.ubuntu.com/mirror.kakao.com/g' sources.list RUN sed -i 's/security.ubuntu.com/mirror.kakao.com/g' sources.list # install pckgs. (with timezone) RUN apt-get update -y RUN ln -snf /usr/share/zoneinfo/${TZ} /etc/localtime && ..
MicroService/Docker
2022. 3. 29. 09:33